#11232c
a deep, soft blue · cool · closest name: black
RGB
17, 35, 44
HSL
200°, 44%, 12%
CMYK
61, 21, 0, 83
Luminance
0.0150
Every format
| HEX | #11232c |
| RGB | rgb(17, 35, 44) |
| HSL | hsl(200, 44%, 12%) |
| CMYK | cmyk(61%, 21%, 0%, 83%) |
| LAB | lab(12.6 -4.2 -8.3) |
| LCH | lch(12.6 9.3 242.9) |
| OKLCH | oklch(0.245 0.029 231.4) |
Copy-ready code
/* CSS */
color: #11232c;
background-color: #11232c;
/* Tailwind (arbitrary) */
class="text-[#11232c] bg-[#11232c]"
/* SCSS */
$brand: #11232c;
/* SwiftUI */
Color(red: 0.067, green: 0.137, blue: 0.173)
/* Android */
Color.parseColor("#11232c")Accessibility — WCAG contrast
Aa
#11232c on white: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11232c on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.7%
Blue17.3%
CMYK percentages
Cyan61.4%
Magenta20.5%
Yellow0.0%
Key (black)82.7%
Color previews
#11232c text on a black background
contrast 1.30:1
Card sample
#11232c text on a white background
contrast 16.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11232c;
Background color
Panel with #11232c background
background-color: #11232c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11232c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 35, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 35, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11232c; background: linear-gradient(135deg, #11232c, #11112C);