#00cebf
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 206, 191
HSL
176°, 100%, 40%
CMYK
100, 0, 7, 19
Luminance
0.4790
Every format
| HEX | #00cebf |
| RGB | rgb(0, 206, 191) |
| HSL | hsl(176, 100%, 40%) |
| CMYK | cmyk(100%, 0%, 7%, 19%) |
| LAB | lab(74.8 -45.3 -4.6) |
| LCH | lch(74.8 45.5 185.8) |
| OKLCH | oklch(0.766 0.135 185.6) |
Copy-ready code
/* CSS */
color: #00cebf;
background-color: #00cebf;
/* Tailwind (arbitrary) */
class="text-[#00cebf] bg-[#00cebf]"
/* SCSS */
$brand: #00cebf;
/* SwiftUI */
Color(red: 0.000, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#00cebf")Accessibility — WCAG contrast
Aa
#00cebf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cebf on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.8%
Blue74.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow7.3%
Key (black)19.2%
Color previews
#00cebf text on a black background
contrast 10.58:1
Card sample
#00cebf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cebf;
Background color
Panel with #00cebf background
background-color: #00cebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cebf; background: linear-gradient(135deg, #00cebf, #0054CE);