#02a3ba
a dark, electric cyan · cool · closest name: teal
RGB
2, 163, 186
HSL
188°, 98%, 37%
CMYK
99, 12, 0, 27
Luminance
0.2975
Every format
| HEX | #02a3ba |
| RGB | rgb(2, 163, 186) |
| HSL | hsl(188, 98%, 37%) |
| CMYK | cmyk(99%, 12%, 0%, 27%) |
| LAB | lab(61.4 -26.9 -21.8) |
| LCH | lch(61.4 34.6 219.1) |
| OKLCH | oklch(0.657 0.114 212.3) |
Copy-ready code
/* CSS */
color: #02a3ba;
background-color: #02a3ba;
/* Tailwind (arbitrary) */
class="text-[#02a3ba] bg-[#02a3ba]"
/* SCSS */
$brand: #02a3ba;
/* SwiftUI */
Color(red: 0.008, green: 0.639, blue: 0.729)
/* Android */
Color.parseColor("#02a3ba")Accessibility — WCAG contrast
Aa
#02a3ba on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a3ba on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green63.9%
Blue72.9%
CMYK percentages
Cyan98.9%
Magenta12.4%
Yellow0.0%
Key (black)27.1%
Color previews
#02a3ba text on a black background
contrast 6.95:1
Card sample
#02a3ba text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a3ba;
Background color
Panel with #02a3ba background
background-color: #02a3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 163, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 163, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a3ba; background: linear-gradient(135deg, #02a3ba, #0228BA);