#00fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
0, 252, 223
HSL
173°, 100%, 49%
CMYK
100, 0, 12, 1
Luminance
0.7495
Every format
| HEX | #00fcdf |
| RGB | rgb(0, 252, 223) |
| HSL | hsl(173, 100%, 49%) |
| CMYK | cmyk(100%, 0%, 12%, 1%) |
| LAB | lab(89.4 -55.6 -0.1) |
| LCH | lch(89.4 55.6 180.1) |
| OKLCH | oklch(0.888 0.161 180.4) |
Copy-ready code
/* CSS */
color: #00fcdf;
background-color: #00fcdf;
/* Tailwind (arbitrary) */
class="text-[#00fcdf] bg-[#00fcdf]"
/* SCSS */
$brand: #00fcdf;
/* SwiftUI */
Color(red: 0.000, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#00fcdf")Accessibility — WCAG contrast
Aa
#00fcdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fcdf on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green98.8%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#00fcdf text on a black background
contrast 15.99:1
Card sample
#00fcdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fcdf;
Background color
Panel with #00fcdf background
background-color: #00fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fcdf; background: linear-gradient(135deg, #00fcdf, #0071FC);