#00ced1
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 206, 209
HSL
181°, 100%, 41%
CMYK
100, 1, 0, 18
Luminance
0.4875
Every format
| HEX | #00ced1 |
| RGB | rgb(0, 206, 209) |
| HSL | hsl(181, 100%, 41%) |
| CMYK | cmyk(100%, 1%, 0%, 18%) |
| LAB | lab(75.3 -40.0 -13.5) |
| LCH | lch(75.3 42.3 198.6) |
| OKLCH | oklch(0.772 0.131 196.6) |
Copy-ready code
/* CSS */
color: #00ced1;
background-color: #00ced1;
/* Tailwind (arbitrary) */
class="text-[#00ced1] bg-[#00ced1]"
/* SCSS */
$brand: #00ced1;
/* SwiftUI */
Color(red: 0.000, green: 0.808, blue: 0.820)
/* Android */
Color.parseColor("#00ced1")Accessibility — WCAG contrast
Aa
#00ced1 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ced1 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.8%
Blue82.0%
CMYK percentages
Cyan100.0%
Magenta1.4%
Yellow0.0%
Key (black)18.0%
Color previews
#00ced1 text on a black background
contrast 10.75:1
Card sample
#00ced1 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ced1;
Background color
Panel with #00ced1 background
background-color: #00ced1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ced1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 206, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 206, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ced1; background: linear-gradient(135deg, #00ced1, #0043D1);