#00fdaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
0, 253, 175
HSL
162°, 100%, 50%
CMYK
100, 0, 31, 1
Luminance
0.7335
Every format
| HEX | #00fdaf |
| RGB | rgb(0, 253, 175) |
| HSL | hsl(162, 100%, 50%) |
| CMYK | cmyk(100%, 0%, 31%, 1%) |
| LAB | lab(88.6 -67.5 23.6) |
| LCH | lch(88.6 71.5 160.7) |
| OKLCH | oklch(0.878 0.193 161.9) |
Copy-ready code
/* CSS */
color: #00fdaf;
background-color: #00fdaf;
/* Tailwind (arbitrary) */
class="text-[#00fdaf] bg-[#00fdaf]"
/* SCSS */
$brand: #00fdaf;
/* SwiftUI */
Color(red: 0.000, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#00fdaf")Accessibility — WCAG contrast
Aa
#00fdaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fdaf on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green99.2%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#00fdaf text on a black background
contrast 15.67:1
Card sample
#00fdaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fdaf;
Background color
Panel with #00fdaf background
background-color: #00fdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fdaf; background: linear-gradient(135deg, #00fdaf, #00A2FD);