#00eade
a balanced, electric cyan · cool · closest name: turquoise
RGB
0, 234, 222
HSL
177°, 100%, 46%
CMYK
100, 0, 5, 8
Luminance
0.6412
Every format
| HEX | #00eade |
| RGB | rgb(0, 234, 222) |
| HSL | hsl(177, 100%, 46%) |
| CMYK | cmyk(100%, 0%, 5%, 8%) |
| LAB | lab(84.0 -48.5 -7.4) |
| LCH | lch(84.0 49.1 188.7) |
| OKLCH | oklch(0.844 0.147 188.2) |
Copy-ready code
/* CSS */
color: #00eade;
background-color: #00eade;
/* Tailwind (arbitrary) */
class="text-[#00eade] bg-[#00eade]"
/* SCSS */
$brand: #00eade;
/* SwiftUI */
Color(red: 0.000, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#00eade")Accessibility — WCAG contrast
Aa
#00eade on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00eade on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green91.8%
Blue87.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#00eade text on a black background
contrast 13.82:1
Card sample
#00eade text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00eade;
Background color
Panel with #00eade background
background-color: #00eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00eade; background: linear-gradient(135deg, #00eade, #005AEA);