#024261
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 66, 97
HSL
200°, 96%, 19%
CMYK
98, 32, 0, 62
Luminance
0.0477
Every format
| HEX | #024261 |
| RGB | rgb(2, 66, 97) |
| HSL | hsl(200, 96%, 19%) |
| CMYK | cmyk(98%, 32%, 0%, 62%) |
| LAB | lab(26.1 -5.6 -23.4) |
| LCH | lch(26.1 24.0 256.6) |
| OKLCH | oklch(0.360 0.078 237.8) |
Copy-ready code
/* CSS */
color: #024261;
background-color: #024261;
/* Tailwind (arbitrary) */
class="text-[#024261] bg-[#024261]"
/* SCSS */
$brand: #024261;
/* SwiftUI */
Color(red: 0.008, green: 0.259, blue: 0.380)
/* Android */
Color.parseColor("#024261")Accessibility — WCAG contrast
Aa
#024261 on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024261 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.9%
Blue38.0%
CMYK percentages
Cyan97.9%
Magenta32.0%
Yellow0.0%
Key (black)62.0%
Color previews
#024261 text on a black background
contrast 1.95:1
Card sample
#024261 text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024261;
Background color
Panel with #024261 background
background-color: #024261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 66, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 66, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024261; background: linear-gradient(135deg, #024261, #020361);