HSL(196, 83%, 35%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(196,83%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 83%, 35%) | color: hsl(196, 83%, 35%) | |
| HEX | #0F7CA3 | color: #0F7CA3 | |
| RGB | rgb(15, 124, 163) | color: rgb(15, 124, 163) | |
| CMYK | cmyk(91%, 24%, 0%, 36%) | — | |
| HSV | hsv(196, 91%, 64%) | — | |
| HWB | hwb(196 6% 36%) | color: hwb(196 6% 36%) | |
| OKLCH | oklch(0.5497 0.1059 229.88) | color: oklch(0.5497 0.1059 229.88) | |
| Lab | lab(48.46 -13.71 -28.7) | color: lab(48.46 -13.71 -28.7) | |
| LCH | lch(48.46 31.81 244.47) | color: lch(48.46 31.81 244.47) |
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)
#3E3F9A — rgb(62, 63, 154)
Deuteranopia (Green-blind)
#383097 — rgb(56, 48, 151)
Tritanopia (Blue-blind)
#149290 — rgb(20, 146, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 83%, 35%);
text
color: hsl(196, 83%, 35%);
border
border: 2px solid hsl(196, 83%, 35%);
gradient light
background: linear-gradient(to right, hsl(196, 83%, 55%), hsl(196, 83%, 35%));
gradient dark
background: linear-gradient(to right, hsl(196, 83%, 35%), hsl(196, 83%, 15%))
hex
background-color: #0F7CA3;
tailwind
bg-[hsl(196,83%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 83%, 35%, 0.4);
css variable
--color-primary: hsl(196, 83%, 35%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 83%, 35%)?
HEX: #0F7CA3 | RGB: rgb(15, 124, 163) | CMYK: 91%, 24%, 0%, 36% | HSV: 196°, 91%, 64%. Copy any format from the conversion table above.
What colors go well with #0F7CA3?
The complementary color is HSL(16, 83%, 35%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 83%, 35%) in CSS?
As HSL: color: hsl(196, 83%, 35%); — As HEX: color: #0F7CA3; — As RGB: color: rgb(15, 124, 163); — Tailwind CSS: bg-[hsl(196,83%,35%)] — CSS variable: --color-primary: hsl(196, 83%, 35%);