HSL(195, 92%, 51%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,92%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 92%, 51%) | color: hsl(195, 92%, 51%) | |
| HEX | #0FBCF5 | color: #0FBCF5 | |
| RGB | rgb(15, 188, 245) | color: rgb(15, 188, 245) | |
| CMYK | cmyk(94%, 23%, 0%, 4%) | — | |
| HSV | hsv(195, 94%, 96%) | — | |
| HWB | hwb(195 6% 4%) | color: hwb(195 6% 4%) | |
| OKLCH | oklch(0.7444 0.1453 229.33) | color: oklch(0.7444 0.1453 229.33) | |
| Lab | lab(71.32 -19.18 -39.05) | color: lab(71.32 -19.18 -39.05) | |
| LCH | lch(71.32 43.51 243.84) | color: lch(71.32 43.51 243.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#5A5BE7 — rgb(90, 91, 231)
Deuteranopia (Green-blind)
#5043E4 — rgb(80, 67, 228)
Tritanopia (Blue-blind)
#18DCDA — rgb(24, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 92%, 51%);
text
color: hsl(195, 92%, 51%);
border
border: 2px solid hsl(195, 92%, 51%);
gradient light
background: linear-gradient(to right, hsl(195, 92%, 71%), hsl(195, 92%, 51%));
gradient dark
background: linear-gradient(to right, hsl(195, 92%, 51%), hsl(195, 92%, 31%))
hex
background-color: #0FBCF5;
tailwind
bg-[hsl(195,92%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 92%, 51%, 0.4);
css variable
--color-primary: hsl(195, 92%, 51%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 92%, 51%)?
HEX: #0FBCF5 | RGB: rgb(15, 188, 245) | CMYK: 94%, 23%, 0%, 4% | HSV: 195°, 94%, 96%. Copy any format from the conversion table above.
What colors go well with #0FBCF5?
The complementary color is HSL(15, 92%, 51%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 92%, 51%) in CSS?
As HSL: color: hsl(195, 92%, 51%); — As HEX: color: #0FBCF5; — As RGB: color: rgb(15, 188, 245); — Tailwind CSS: bg-[hsl(195,92%,51%)] — CSS variable: --color-primary: hsl(195, 92%, 51%);