#03252c
a deep, electric cyan · cool · closest name: black
RGB
3, 37, 44
HSL
190°, 87%, 9%
CMYK
93, 16, 0, 83
Luminance
0.0152
Every format
| HEX | #03252c |
| RGB | rgb(3, 37, 44) |
| HSL | hsl(190, 87%, 9%) |
| CMYK | cmyk(93%, 16%, 0%, 83%) |
| LAB | lab(12.8 -9.1 -8.1) |
| LCH | lch(12.8 12.2 221.8) |
| OKLCH | oklch(0.244 0.040 214.4) |
Copy-ready code
/* CSS */
color: #03252c;
background-color: #03252c;
/* Tailwind (arbitrary) */
class="text-[#03252c] bg-[#03252c]"
/* SCSS */
$brand: #03252c;
/* SwiftUI */
Color(red: 0.012, green: 0.145, blue: 0.173)
/* Android */
Color.parseColor("#03252c")Accessibility — WCAG contrast
Aa
#03252c on white: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03252c on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green14.5%
Blue17.3%
CMYK percentages
Cyan93.2%
Magenta15.9%
Yellow0.0%
Key (black)82.7%
Color previews
#03252c text on a black background
contrast 1.30:1
Card sample
#03252c text on a white background
contrast 16.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03252c;
Background color
Panel with #03252c background
background-color: #03252c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03252c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 37, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 37, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03252c; background: linear-gradient(135deg, #03252c, #030A2C);