HSL(233, 69%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,69%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 69%, 43%) | color: hsl(233, 69%, 43%) | |
| HEX | #2234B9 | color: #2234B9 | |
| RGB | rgb(34, 52, 185) | color: rgb(34, 52, 185) | |
| CMYK | cmyk(82%, 72%, 0%, 27%) | — | |
| HSV | hsv(233, 82%, 73%) | — | |
| HWB | hwb(233 13% 27%) | color: hwb(233 13% 27%) | |
| OKLCH | oklch(0.4151 0.2061 268.39) | color: oklch(0.4151 0.2061 268.39) | |
| Lab | lab(30.15 42.06 -71.09) | color: lab(30.15 42.06 -71.09) | |
| LCH | lch(30.15 82.6 300.61) | color: lch(30.15 82.6 300.61) |
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)
#2A2A99 — rgb(42, 42, 153)
Deuteranopia (Green-blind)
#292791 — rgb(41, 39, 145)
Tritanopia (Blue-blind)
#237F7A — rgb(35, 127, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 69%, 43%);
text
color: hsl(233, 69%, 43%);
border
border: 2px solid hsl(233, 69%, 43%);
gradient light
background: linear-gradient(to right, hsl(233, 69%, 63%), hsl(233, 69%, 43%));
gradient dark
background: linear-gradient(to right, hsl(233, 69%, 43%), hsl(233, 69%, 23%))
hex
background-color: #2234B9;
tailwind
bg-[hsl(233,69%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 69%, 43%, 0.4);
css variable
--color-primary: hsl(233, 69%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 69%, 43%)?
HEX: #2234B9 | RGB: rgb(34, 52, 185) | CMYK: 82%, 72%, 0%, 27% | HSV: 233°, 82%, 73%. Copy any format from the conversion table above.
What colors go well with #2234B9?
The complementary color is HSL(53, 69%, 43%). 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, 69%, 43%) in CSS?
As HSL: color: hsl(233, 69%, 43%); — As HEX: color: #2234B9; — As RGB: color: rgb(34, 52, 185); — Tailwind CSS: bg-[hsl(233,69%,43%)] — CSS variable: --color-primary: hsl(233, 69%, 43%);