HSL(211, 90%, 48%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,90%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 90%, 48%) | color: hsl(211, 90%, 48%) | |
| HEX | #0C77E9 | color: #0C77E9 | |
| RGB | rgb(12, 119, 233) | color: rgb(12, 119, 233) | |
| CMYK | cmyk(95%, 49%, 0%, 9%) | — | |
| HSV | hsv(211, 95%, 91%) | — | |
| HWB | hwb(211 5% 9%) | color: hwb(211 5% 9%) | |
| OKLCH | oklch(0.5811 0.1929 255.95) | color: oklch(0.5811 0.1929 255.95) | |
| Lab | lab(50.86 16.21 -64.92) | color: lab(50.86 16.21 -64.92) | |
| LCH | lch(50.86 66.91 284.02) | color: lch(50.86 66.91 284.02) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#3A3BCD — rgb(58, 59, 205)
Deuteranopia (Green-blind)
#342CC7 — rgb(52, 44, 199)
Tritanopia (Blue-blind)
#11B8B3 — rgb(17, 184, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 90%, 48%);
text
color: hsl(211, 90%, 48%);
border
border: 2px solid hsl(211, 90%, 48%);
gradient light
background: linear-gradient(to right, hsl(211, 90%, 68%), hsl(211, 90%, 48%));
gradient dark
background: linear-gradient(to right, hsl(211, 90%, 48%), hsl(211, 90%, 28%))
hex
background-color: #0C77E9;
tailwind
bg-[hsl(211,90%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 90%, 48%, 0.4);
css variable
--color-primary: hsl(211, 90%, 48%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 90%, 48%)?
HEX: #0C77E9 | RGB: rgb(12, 119, 233) | CMYK: 95%, 49%, 0%, 9% | HSV: 211°, 95%, 91%. Copy any format from the conversion table above.
What colors go well with #0C77E9?
The complementary color is HSL(31, 90%, 48%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 90%, 48%) in CSS?
As HSL: color: hsl(211, 90%, 48%); — As HEX: color: #0C77E9; — As RGB: color: rgb(12, 119, 233); — Tailwind CSS: bg-[hsl(211,90%,48%)] — CSS variable: --color-primary: hsl(211, 90%, 48%);