#253233
a deep, soft cyan · cool · closest name: darkslategray
RGB
37, 50, 51
HSL
184°, 16%, 17%
CMYK
28, 2, 0, 80
Luminance
0.0291
Every format
| HEX | #253233 |
| RGB | rgb(37, 50, 51) |
| HSL | hsl(184, 16%, 17%) |
| CMYK | cmyk(28%, 2%, 0%, 80%) |
| LAB | lab(19.7 -5.1 -2.4) |
| LCH | lch(19.7 5.7 205.2) |
| OKLCH | oklch(0.306 0.018 202.1) |
Copy-ready code
/* CSS */
color: #253233;
background-color: #253233;
/* Tailwind (arbitrary) */
class="text-[#253233] bg-[#253233]"
/* SCSS */
$brand: #253233;
/* SwiftUI */
Color(red: 0.145, green: 0.196, blue: 0.200)
/* Android */
Color.parseColor("#253233")Accessibility — WCAG contrast
Aa
#253233 on white: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253233 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green19.6%
Blue20.0%
CMYK percentages
Cyan27.5%
Magenta2.0%
Yellow0.0%
Key (black)80.0%
Color previews
#253233 text on a black background
contrast 1.58:1
Card sample
#253233 text on a white background
contrast 13.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253233;
Background color
Panel with #253233 background
background-color: #253233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 50, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 50, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253233; background: linear-gradient(135deg, #253233, #252933);