#025751
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 87, 81
HSL
176°, 96%, 18%
CMYK
98, 0, 7, 66
Luminance
0.0742
Every format
| HEX | #025751 |
| RGB | rgb(2, 87, 81) |
| HSL | hsl(176, 96%, 18%) |
| CMYK | cmyk(98%, 0%, 7%, 66%) |
| LAB | lab(32.8 -23.8 -2.9) |
| LCH | lch(32.8 24.0 187.0) |
| OKLCH | oklch(0.411 0.071 186.7) |
Copy-ready code
/* CSS */
color: #025751;
background-color: #025751;
/* Tailwind (arbitrary) */
class="text-[#025751] bg-[#025751]"
/* SCSS */
$brand: #025751;
/* SwiftUI */
Color(red: 0.008, green: 0.341, blue: 0.318)
/* Android */
Color.parseColor("#025751")Accessibility — WCAG contrast
Aa
#025751 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#025751 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green34.1%
Blue31.8%
CMYK percentages
Cyan97.7%
Magenta0.0%
Yellow6.9%
Key (black)65.9%
Color previews
#025751 text on a black background
contrast 2.48:1
Card sample
#025751 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #025751;
Background color
Panel with #025751 background
background-color: #025751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #025751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 87, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 87, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #025751; background: linear-gradient(135deg, #025751, #022457);