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