HSL(233, 71%, 54%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,71%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 71%, 54%) | color: hsl(233, 71%, 54%) | |
| HEX | #364ADD | color: #364ADD | |
| RGB | rgb(54, 74, 221) | color: rgb(54, 74, 221) | |
| CMYK | cmyk(76%, 67%, 0%, 13%) | — | |
| HSV | hsv(233, 76%, 87%) | — | |
| HWB | hwb(233 21% 13%) | color: hwb(233 21% 13%) | |
| OKLCH | oklch(0.495 0.2221 269.76) | color: oklch(0.495 0.2221 269.76) | |
| Lab | lab(39.41 42.96 -76.75) | color: lab(39.41 42.96 -76.75) | |
| LCH | lch(39.41 87.96 299.24) | color: lch(39.41 87.96 299.24) |
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)
#3F3FB9 — rgb(63, 63, 185)
Deuteranopia (Green-blind)
#3E3CB1 — rgb(62, 60, 177)
Tritanopia (Blue-blind)
#379D97 — rgb(55, 157, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 71%, 54%);
text
color: hsl(233, 71%, 54%);
border
border: 2px solid hsl(233, 71%, 54%);
gradient light
background: linear-gradient(to right, hsl(233, 71%, 74%), hsl(233, 71%, 54%));
gradient dark
background: linear-gradient(to right, hsl(233, 71%, 54%), hsl(233, 71%, 34%))
hex
background-color: #364ADD;
tailwind
bg-[hsl(233,71%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 71%, 54%, 0.4);
css variable
--color-primary: hsl(233, 71%, 54%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 71%, 54%)?
HEX: #364ADD | RGB: rgb(54, 74, 221) | CMYK: 76%, 67%, 0%, 13% | HSV: 233°, 76%, 87%. Copy any format from the conversion table above.
What colors go well with #364ADD?
The complementary color is HSL(53, 71%, 54%). 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, 71%, 54%) in CSS?
As HSL: color: hsl(233, 71%, 54%); — As HEX: color: #364ADD; — As RGB: color: rgb(54, 74, 221); — Tailwind CSS: bg-[hsl(233,71%,54%)] — CSS variable: --color-primary: hsl(233, 71%, 54%);