#03decf
a dark, electric cyan · cool · closest name: turquoise
RGB
3, 222, 207
HSL
176°, 97%, 44%
CMYK
99, 0, 7, 13
Luminance
0.5677
Every format
| HEX | #03decf |
| RGB | rgb(3, 222, 207) |
| HSL | hsl(176, 97%, 44%) |
| CMYK | cmyk(99%, 0%, 7%, 13%) |
| LAB | lab(80.0 -47.5 -5.4) |
| LCH | lch(80.0 47.8 186.4) |
| OKLCH | oklch(0.811 0.142 186.2) |
Copy-ready code
/* CSS */
color: #03decf;
background-color: #03decf;
/* Tailwind (arbitrary) */
class="text-[#03decf] bg-[#03decf]"
/* SCSS */
$brand: #03decf;
/* SwiftUI */
Color(red: 0.012, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#03decf")Accessibility — WCAG contrast
Aa
#03decf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03decf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan98.6%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#03decf text on a black background
contrast 12.35:1
Card sample
#03decf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03decf;
Background color
Panel with #03decf background
background-color: #03decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03decf; background: linear-gradient(135deg, #03decf, #035BDE);