HSL(229, 69%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,69%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 69%, 53%) | color: hsl(229, 69%, 53%) | |
| HEX | #3453DA | color: #3453DA | |
| RGB | rgb(52, 83, 218) | color: rgb(52, 83, 218) | |
| CMYK | cmyk(76%, 62%, 0%, 15%) | — | |
| HSV | hsv(229, 76%, 85%) | — | |
| HWB | hwb(229 20% 15%) | color: hwb(229 20% 15%) | |
| OKLCH | oklch(0.5069 0.2087 267.9) | color: oklch(0.5069 0.2087 267.9) | |
| Lab | lab(41.18 36.13 -72.14) | color: lab(41.18 36.13 -72.14) | |
| LCH | lch(41.18 80.68 296.6) | color: lch(41.18 80.68 296.6) |
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)
#4142B9 — rgb(65, 66, 185)
Deuteranopia (Green-blind)
#403DB2 — rgb(64, 61, 178)
Tritanopia (Blue-blind)
#36A09A — rgb(54, 160, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 69%, 53%);
text
color: hsl(229, 69%, 53%);
border
border: 2px solid hsl(229, 69%, 53%);
gradient light
background: linear-gradient(to right, hsl(229, 69%, 73%), hsl(229, 69%, 53%));
gradient dark
background: linear-gradient(to right, hsl(229, 69%, 53%), hsl(229, 69%, 33%))
hex
background-color: #3453DA;
tailwind
bg-[hsl(229,69%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 69%, 53%, 0.4);
css variable
--color-primary: hsl(229, 69%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 69%, 53%)?
HEX: #3453DA | RGB: rgb(52, 83, 218) | CMYK: 76%, 62%, 0%, 15% | HSV: 229°, 76%, 85%. Copy any format from the conversion table above.
What colors go well with #3453DA?
The complementary color is HSL(49, 69%, 53%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 69%, 53%) in CSS?
As HSL: color: hsl(229, 69%, 53%); — As HEX: color: #3453DA; — As RGB: color: rgb(52, 83, 218); — Tailwind CSS: bg-[hsl(229,69%,53%)] — CSS variable: --color-primary: hsl(229, 69%, 53%);