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