HSL(243, 17%, 35%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(243,17%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 17%, 35%) | color: hsl(243, 17%, 35%) | |
| HEX | #4C4A68 | color: #4C4A68 | |
| RGB | rgb(76, 74, 104) | color: rgb(76, 74, 104) | |
| CMYK | cmyk(27%, 29%, 0%, 59%) | — | |
| HSV | hsv(244, 29%, 41%) | — | |
| HWB | hwb(244 29% 59%) | color: hwb(244 29% 59%) | |
| OKLCH | oklch(0.4236 0.0494 287.14) | color: oklch(0.4236 0.0494 287.14) | |
| Lab | lab(32.77 8.23 -17.12) | color: lab(32.77 8.23 -17.12) | |
| LCH | lch(32.77 19 295.67) | color: lch(32.77 19 295.67) |
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)
#4B4B61 — rgb(75, 75, 97)
Deuteranopia (Green-blind)
#4B4B5F — rgb(75, 75, 95)
Tritanopia (Blue-blind)
#4C5B5A — rgb(76, 91, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 17%, 35%);
text
color: hsl(243, 17%, 35%);
border
border: 2px solid hsl(243, 17%, 35%);
gradient light
background: linear-gradient(to right, hsl(243, 17%, 55%), hsl(243, 17%, 35%));
gradient dark
background: linear-gradient(to right, hsl(243, 17%, 35%), hsl(243, 17%, 15%))
hex
background-color: #4C4A68;
tailwind
bg-[hsl(243,17%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 17%, 35%, 0.4);
css variable
--color-primary: hsl(243, 17%, 35%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 17%, 35%)?
HEX: #4C4A68 | RGB: rgb(76, 74, 104) | CMYK: 27%, 29%, 0%, 59% | HSV: 244°, 29%, 41%. Copy any format from the conversion table above.
What colors go well with #4C4A68?
The complementary color is HSL(63, 17%, 35%). 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, 17%, 35%) in CSS?
As HSL: color: hsl(243, 17%, 35%); — As HEX: color: #4C4A68; — As RGB: color: rgb(76, 74, 104); — Tailwind CSS: bg-[hsl(243,17%,35%)] — CSS variable: --color-primary: hsl(243, 17%, 35%);