#243136
a deep, soft cyan · cool · closest name: darkslategray
RGB
36, 49, 54
HSL
197°, 20%, 18%
CMYK
33, 9, 0, 79
Luminance
0.0284
Every format
| HEX | #243136 |
| RGB | rgb(36, 49, 54) |
| HSL | hsl(197, 20%, 18%) |
| CMYK | cmyk(33%, 9%, 0%, 79%) |
| LAB | lab(19.4 -4.0 -5.0) |
| LCH | lch(19.4 6.4 231.3) |
| OKLCH | oklch(0.303 0.020 223.4) |
Copy-ready code
/* CSS */
color: #243136;
background-color: #243136;
/* Tailwind (arbitrary) */
class="text-[#243136] bg-[#243136]"
/* SCSS */
$brand: #243136;
/* SwiftUI */
Color(red: 0.141, green: 0.192, blue: 0.212)
/* Android */
Color.parseColor("#243136")Accessibility — WCAG contrast
Aa
#243136 on white: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243136 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green19.2%
Blue21.2%
CMYK percentages
Cyan33.3%
Magenta9.3%
Yellow0.0%
Key (black)78.8%
Color previews
#243136 text on a black background
contrast 1.57:1
Card sample
#243136 text on a white background
contrast 13.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243136;
Background color
Panel with #243136 background
background-color: #243136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 49, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 49, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243136; background: linear-gradient(135deg, #243136, #242536);