HSL(233, 46%, 47%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,46%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 46%, 47%) | color: hsl(233, 46%, 47%) | |
| HEX | #414EAF | color: #414EAF | |
| RGB | rgb(65, 78, 175) | color: rgb(65, 78, 175) | |
| CMYK | cmyk(63%, 55%, 0%, 31%) | — | |
| HSV | hsv(233, 63%, 69%) | — | |
| HWB | hwb(233 26% 31%) | color: hwb(233 26% 31%) | |
| OKLCH | oklch(0.4689 0.1539 273.2) | color: oklch(0.4689 0.1539 273.2) | |
| Lab | lab(37.24 25.74 -53.51) | color: lab(37.24 25.74 -53.51) | |
| LCH | lch(37.24 59.38 295.69) | color: lch(37.24 59.38 295.69) |
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)
#474798 — rgb(71, 71, 152)
Deuteranopia (Green-blind)
#464592 — rgb(70, 69, 146)
Tritanopia (Blue-blind)
#428581 — rgb(66, 133, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 46%, 47%);
text
color: hsl(233, 46%, 47%);
border
border: 2px solid hsl(233, 46%, 47%);
gradient light
background: linear-gradient(to right, hsl(233, 46%, 67%), hsl(233, 46%, 47%));
gradient dark
background: linear-gradient(to right, hsl(233, 46%, 47%), hsl(233, 46%, 27%))
hex
background-color: #414EAF;
tailwind
bg-[hsl(233,46%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 46%, 47%, 0.4);
css variable
--color-primary: hsl(233, 46%, 47%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 46%, 47%)?
HEX: #414EAF | RGB: rgb(65, 78, 175) | CMYK: 63%, 55%, 0%, 31% | HSV: 233°, 63%, 69%. Copy any format from the conversion table above.
What colors go well with #414EAF?
The complementary color is HSL(53, 46%, 47%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 46%, 47%) in CSS?
As HSL: color: hsl(233, 46%, 47%); — As HEX: color: #414EAF; — As RGB: color: rgb(65, 78, 175); — Tailwind CSS: bg-[hsl(233,46%,47%)] — CSS variable: --color-primary: hsl(233, 46%, 47%);