HSL(223, 92%, 51%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(223,92%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(223, 92%, 51%) | color: hsl(223, 92%, 51%) | |
| HEX | #0F50F5 | color: #0F50F5 | |
| RGB | rgb(15, 80, 245) | color: rgb(15, 80, 245) | |
| CMYK | cmyk(94%, 67%, 0%, 4%) | — | |
| HSV | hsv(223, 94%, 96%) | — | |
| HWB | hwb(223 6% 4%) | color: hwb(223 6% 4%) | |
| OKLCH | oklch(0.5167 0.252 263.54) | color: oklch(0.5167 0.252 263.54) | |
| Lab | lab(41.89 45.58 -86.3) | color: lab(41.89 45.58 -86.3) | |
| LCH | lch(41.89 97.6 297.84) | color: lch(41.89 97.6 297.84) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2B2CCD — rgb(43, 44, 205)
Deuteranopia (Green-blind)
#2723C4 — rgb(39, 35, 196)
Tritanopia (Blue-blind)
#12AEA7 — rgb(18, 174, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(223, 92%, 51%);
text
color: hsl(223, 92%, 51%);
border
border: 2px solid hsl(223, 92%, 51%);
gradient light
background: linear-gradient(to right, hsl(223, 92%, 71%), hsl(223, 92%, 51%));
gradient dark
background: linear-gradient(to right, hsl(223, 92%, 51%), hsl(223, 92%, 31%))
hex
background-color: #0F50F5;
tailwind
bg-[hsl(223,92%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(223, 92%, 51%, 0.4);
css variable
--color-primary: hsl(223, 92%, 51%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(223, 92%, 51%)?
HEX: #0F50F5 | RGB: rgb(15, 80, 245) | CMYK: 94%, 67%, 0%, 4% | HSV: 223°, 94%, 96%. Copy any format from the conversion table above.
What colors go well with #0F50F5?
The complementary color is HSL(43, 92%, 51%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(223, 92%, 51%) in CSS?
As HSL: color: hsl(223, 92%, 51%); — As HEX: color: #0F50F5; — As RGB: color: rgb(15, 80, 245); — Tailwind CSS: bg-[hsl(223,92%,51%)] — CSS variable: --color-primary: hsl(223, 92%, 51%);