#02b3af
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 179, 175
HSL
179°, 98%, 36%
CMYK
99, 0, 2, 30
Luminance
0.3535
Every format
| HEX | #02b3af |
| RGB | rgb(2, 179, 175) |
| HSL | hsl(179, 98%, 36%) |
| CMYK | cmyk(99%, 0%, 2%, 30%) |
| LAB | lab(66.0 -38.0 -8.8) |
| LCH | lch(66.0 39.0 193.0) |
| OKLCH | oklch(0.693 0.119 191.9) |
Copy-ready code
/* CSS */
color: #02b3af;
background-color: #02b3af;
/* Tailwind (arbitrary) */
class="text-[#02b3af] bg-[#02b3af]"
/* SCSS */
$brand: #02b3af;
/* SwiftUI */
Color(red: 0.008, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#02b3af")Accessibility — WCAG contrast
Aa
#02b3af on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02b3af on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green70.2%
Blue68.6%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#02b3af text on a black background
contrast 8.07:1
Card sample
#02b3af text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02b3af;
Background color
Panel with #02b3af background
background-color: #02b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02b3af; background: linear-gradient(135deg, #02b3af, #0241B3);