#123732
a deep, vivid cyan · cool · closest name: darkslategray
RGB
18, 55, 50
HSL
172°, 51%, 14%
CMYK
67, 0, 9, 78
Luminance
0.0309
Every format
| HEX | #123732 |
| RGB | rgb(18, 55, 50) |
| HSL | hsl(172, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 9%, 78%) |
| LAB | lab(20.4 -14.6 -0.8) |
| LCH | lch(20.4 14.6 183.2) |
| OKLCH | oklch(0.308 0.043 183.2) |
Copy-ready code
/* CSS */
color: #123732;
background-color: #123732;
/* Tailwind (arbitrary) */
class="text-[#123732] bg-[#123732]"
/* SCSS */
$brand: #123732;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.196)
/* Android */
Color.parseColor("#123732")Accessibility — WCAG contrast
Aa
#123732 on white: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123732 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue19.6%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow9.1%
Key (black)78.4%
Color previews
#123732 text on a black background
contrast 1.62:1
Card sample
#123732 text on a white background
contrast 12.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123732;
Background color
Panel with #123732 background
background-color: #123732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123732; background: linear-gradient(135deg, #123732, #122337);