HSL(246, 100%, 33%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(246,100%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(246, 100%, 33%) | color: hsl(246, 100%, 33%) | |
| HEX | #1100A8 | color: #1100A8 | |
| RGB | rgb(17, 0, 168) | color: rgb(17, 0, 168) | |
| CMYK | cmyk(90%, 100%, 0%, 34%) | — | |
| HSV | hsv(246, 100%, 66%) | — | |
| HWB | hwb(246 0% 34%) | color: hwb(246 0% 34%) | |
| OKLCH | oklch(0.3354 0.2258 267.06) | color: oklch(0.3354 0.2258 267.06) | |
| Lab | lab(19.82 58.09 -78.08) | color: lab(19.82 58.09 -78.08) | |
| LCH | lch(19.82 97.32 306.65) | color: lch(19.82 97.32 306.65) |
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)
#0A097F — rgb(10, 9, 127)
Deuteranopia (Green-blind)
#0B0C76 — rgb(11, 12, 118)
Tritanopia (Blue-blind)
#105F58 — rgb(16, 95, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(246, 100%, 33%);
text
color: hsl(246, 100%, 33%);
border
border: 2px solid hsl(246, 100%, 33%);
gradient light
background: linear-gradient(to right, hsl(246, 100%, 53%), hsl(246, 100%, 33%));
gradient dark
background: linear-gradient(to right, hsl(246, 100%, 33%), hsl(246, 100%, 13%))
hex
background-color: #1100A8;
tailwind
bg-[hsl(246,100%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(246, 100%, 33%, 0.4);
css variable
--color-primary: hsl(246, 100%, 33%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(246, 100%, 33%)?
HEX: #1100A8 | RGB: rgb(17, 0, 168) | CMYK: 90%, 100%, 0%, 34% | HSV: 246°, 100%, 66%. Copy any format from the conversion table above.
What colors go well with #1100A8?
The complementary color is HSL(66, 100%, 33%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(246, 100%, 33%) in CSS?
As HSL: color: hsl(246, 100%, 33%); — As HEX: color: #1100A8; — As RGB: color: rgb(17, 0, 168); — Tailwind CSS: bg-[hsl(246,100%,33%)] — CSS variable: --color-primary: hsl(246, 100%, 33%);