#00fccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
0, 252, 207
HSL
169°, 100%, 49%
CMYK
100, 0, 18, 1
Luminance
0.7413
Every format
| HEX | #00fccf |
| RGB | rgb(0, 252, 207) |
| HSL | hsl(169, 100%, 49%) |
| CMYK | cmyk(100%, 0%, 18%, 1%) |
| LAB | lab(89.0 -59.7 7.7) |
| LCH | lch(89.0 60.2 172.7) |
| OKLCH | oklch(0.884 0.169 173.4) |
Copy-ready code
/* CSS */
color: #00fccf;
background-color: #00fccf;
/* Tailwind (arbitrary) */
class="text-[#00fccf] bg-[#00fccf]"
/* SCSS */
$brand: #00fccf;
/* SwiftUI */
Color(red: 0.000, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#00fccf")Accessibility — WCAG contrast
Aa
#00fccf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fccf on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green98.8%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#00fccf text on a black background
contrast 15.83:1
Card sample
#00fccf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fccf;
Background color
Panel with #00fccf background
background-color: #00fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fccf; background: linear-gradient(135deg, #00fccf, #0081FC);