HSL(243, 30%, 36%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,30%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 30%, 36%) | color: hsl(243, 30%, 36%) | |
| HEX | #434077 | color: #434077 | |
| RGB | rgb(67, 64, 119) | color: rgb(67, 64, 119) | |
| CMYK | cmyk(44%, 46%, 0%, 53%) | — | |
| HSV | hsv(243, 46%, 47%) | — | |
| HWB | hwb(243 25% 53%) | color: hwb(243 25% 53%) | |
| OKLCH | oklch(0.4021 0.0907 284.01) | color: oklch(0.4021 0.0907 284.01) | |
| Lab | lab(29.89 16.43 -31.15) | color: lab(29.89 16.43 -31.15) | |
| LCH | lch(29.89 35.22 297.81) | color: lch(29.89 35.22 297.81) |
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)
#42426A — rgb(66, 66, 106)
Deuteranopia (Green-blind)
#424267 — rgb(66, 66, 103)
Tritanopia (Blue-blind)
#435F5D — rgb(67, 95, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 30%, 36%);
text
color: hsl(243, 30%, 36%);
border
border: 2px solid hsl(243, 30%, 36%);
gradient light
background: linear-gradient(to right, hsl(243, 30%, 56%), hsl(243, 30%, 36%));
gradient dark
background: linear-gradient(to right, hsl(243, 30%, 36%), hsl(243, 30%, 16%))
hex
background-color: #434077;
tailwind
bg-[hsl(243,30%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 30%, 36%, 0.4);
css variable
--color-primary: hsl(243, 30%, 36%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 30%, 36%)?
HEX: #434077 | RGB: rgb(67, 64, 119) | CMYK: 44%, 46%, 0%, 53% | HSV: 243°, 46%, 47%. Copy any format from the conversion table above.
What colors go well with #434077?
The complementary color is HSL(63, 30%, 36%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 30%, 36%) in CSS?
As HSL: color: hsl(243, 30%, 36%); — As HEX: color: #434077; — As RGB: color: rgb(67, 64, 119); — Tailwind CSS: bg-[hsl(243,30%,36%)] — CSS variable: --color-primary: hsl(243, 30%, 36%);