#1b5252
a deep, vivid cyan · cool · closest name: darkslategray
RGB
27, 82, 82
HSL
180°, 51%, 21%
CMYK
67, 0, 0, 68
Luminance
0.0688
Every format
| HEX | #1b5252 |
| RGB | rgb(27, 82, 82) |
| HSL | hsl(180, 51%, 21%) |
| CMYK | cmyk(67%, 0%, 0%, 68%) |
| LAB | lab(31.5 -17.6 -5.3) |
| LCH | lch(31.5 18.4 196.8) |
| OKLCH | oklch(0.403 0.057 195.1) |
Copy-ready code
/* CSS */
color: #1b5252;
background-color: #1b5252;
/* Tailwind (arbitrary) */
class="text-[#1b5252] bg-[#1b5252]"
/* SCSS */
$brand: #1b5252;
/* SwiftUI */
Color(red: 0.106, green: 0.322, blue: 0.322)
/* Android */
Color.parseColor("#1b5252")Accessibility — WCAG contrast
Aa
#1b5252 on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b5252 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green32.2%
Blue32.2%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow0.0%
Key (black)67.8%
Color previews
#1b5252 text on a black background
contrast 2.38:1
Card sample
#1b5252 text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b5252;
Background color
Panel with #1b5252 background
background-color: #1b5252;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b5252;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 82, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 82, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b5252; background: linear-gradient(135deg, #1b5252, #1B2D52);