#03bfac
a dark, electric cyan · cool · closest name: turquoise
RGB
3, 191, 172
HSL
174°, 97%, 38%
CMYK
98, 0, 10, 25
Luminance
0.4026
Every format
| HEX | #03bfac |
| RGB | rgb(3, 191, 172) |
| HSL | hsl(174, 97%, 38%) |
| CMYK | cmyk(98%, 0%, 10%, 25%) |
| LAB | lab(69.7 -44.1 -1.8) |
| LCH | lch(69.7 44.2 182.3) |
| OKLCH | oklch(0.722 0.129 182.4) |
Copy-ready code
/* CSS */
color: #03bfac;
background-color: #03bfac;
/* Tailwind (arbitrary) */
class="text-[#03bfac] bg-[#03bfac]"
/* SCSS */
$brand: #03bfac;
/* SwiftUI */
Color(red: 0.012, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#03bfac")Accessibility — WCAG contrast
Aa
#03bfac on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03bfac on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green74.9%
Blue67.5%
CMYK percentages
Cyan98.4%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#03bfac text on a black background
contrast 9.05:1
Card sample
#03bfac text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03bfac;
Background color
Panel with #03bfac background
background-color: #03bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03bfac; background: linear-gradient(135deg, #03bfac, #0355BF);