#03dfdf
a dark, electric cyan · cool · closest name: turquoise
RGB
3, 223, 223
HSL
180°, 97%, 44%
CMYK
99, 0, 0, 13
Luminance
0.5812
Every format
| HEX | #03dfdf |
| RGB | rgb(3, 223, 223) |
| HSL | hsl(180, 97%, 44%) |
| CMYK | cmyk(99%, 0%, 0%, 13%) |
| LAB | lab(80.8 -43.4 -12.8) |
| LCH | lch(80.8 45.2 196.4) |
| OKLCH | oklch(0.818 0.139 194.8) |
Copy-ready code
/* CSS */
color: #03dfdf;
background-color: #03dfdf;
/* Tailwind (arbitrary) */
class="text-[#03dfdf] bg-[#03dfdf]"
/* SCSS */
$brand: #03dfdf;
/* SwiftUI */
Color(red: 0.012, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#03dfdf")Accessibility — WCAG contrast
Aa
#03dfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03dfdf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green87.5%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#03dfdf text on a black background
contrast 12.62:1
Card sample
#03dfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03dfdf;
Background color
Panel with #03dfdf background
background-color: #03dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03dfdf; background: linear-gradient(135deg, #03dfdf, #034CDF);