#042732
a deep, electric cyan · cool · closest name: black
RGB
4, 39, 50
HSL
194°, 85%, 11%
CMYK
92, 22, 0, 80
Luminance
0.0171
Every format
| HEX | #042732 |
| RGB | rgb(4, 39, 50) |
| HSL | hsl(194, 85%, 11%) |
| CMYK | cmyk(92%, 22%, 0%, 80%) |
| LAB | lab(13.9 -7.6 -10.7) |
| LCH | lch(13.9 13.1 234.5) |
| OKLCH | oklch(0.254 0.044 223.4) |
Copy-ready code
/* CSS */
color: #042732;
background-color: #042732;
/* Tailwind (arbitrary) */
class="text-[#042732] bg-[#042732]"
/* SCSS */
$brand: #042732;
/* SwiftUI */
Color(red: 0.016, green: 0.153, blue: 0.196)
/* Android */
Color.parseColor("#042732")Accessibility — WCAG contrast
Aa
#042732 on white: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042732 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green15.3%
Blue19.6%
CMYK percentages
Cyan92.0%
Magenta22.0%
Yellow0.0%
Key (black)80.4%
Color previews
#042732 text on a black background
contrast 1.34:1
Card sample
#042732 text on a white background
contrast 15.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042732;
Background color
Panel with #042732 background
background-color: #042732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 39, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 39, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042732; background: linear-gradient(135deg, #042732, #040832);