#02baac
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 186, 172
HSL
175°, 98%, 37%
CMYK
99, 0, 8, 27
Luminance
0.3811
Every format
| HEX | #02baac |
| RGB | rgb(2, 186, 172) |
| HSL | hsl(175, 98%, 37%) |
| CMYK | cmyk(99%, 0%, 8%, 27%) |
| LAB | lab(68.1 -42.0 -4.0) |
| LCH | lch(68.1 42.2 185.5) |
| OKLCH | oklch(0.710 0.125 185.4) |
Copy-ready code
/* CSS */
color: #02baac;
background-color: #02baac;
/* Tailwind (arbitrary) */
class="text-[#02baac] bg-[#02baac]"
/* SCSS */
$brand: #02baac;
/* SwiftUI */
Color(red: 0.008, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#02baac")Accessibility — WCAG contrast
Aa
#02baac on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02baac on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green72.9%
Blue67.5%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#02baac text on a black background
contrast 8.62:1
Card sample
#02baac text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02baac;
Background color
Panel with #02baac background
background-color: #02baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02baac; background: linear-gradient(135deg, #02baac, #024EBA);