#00eacd
a balanced, electric cyan · cool · closest name: turquoise
RGB
0, 234, 205
HSL
173°, 100%, 46%
CMYK
100, 0, 12, 8
Luminance
0.6325
Every format
| HEX | #00eacd |
| RGB | rgb(0, 234, 205) |
| HSL | hsl(173, 100%, 46%) |
| CMYK | cmyk(100%, 0%, 12%, 8%) |
| LAB | lab(83.6 -53.1 0.9) |
| LCH | lch(83.6 53.1 179.1) |
| OKLCH | oklch(0.839 0.153 179.5) |
Copy-ready code
/* CSS */
color: #00eacd;
background-color: #00eacd;
/* Tailwind (arbitrary) */
class="text-[#00eacd] bg-[#00eacd]"
/* SCSS */
$brand: #00eacd;
/* SwiftUI */
Color(red: 0.000, green: 0.918, blue: 0.804)
/* Android */
Color.parseColor("#00eacd")Accessibility — WCAG contrast
Aa
#00eacd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00eacd on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green91.8%
Blue80.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow12.4%
Key (black)8.2%
Color previews
#00eacd text on a black background
contrast 13.65:1
Card sample
#00eacd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00eacd;
Background color
Panel with #00eacd background
background-color: #00eacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00eacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 234, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 234, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00eacd; background: linear-gradient(135deg, #00eacd, #006BEA);