#00cef6
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 206, 246
HSL
190°, 100%, 48%
CMYK
100, 16, 0, 4
Luminance
0.5080
Every format
| HEX | #00cef6 |
| RGB | rgb(0, 206, 246) |
| HSL | hsl(190, 100%, 48%) |
| CMYK | cmyk(100%, 16%, 0%, 4%) |
| LAB | lab(76.5 -28.4 -31.5) |
| LCH | lch(76.5 42.4 228.0) |
| OKLCH | oklch(0.786 0.142 218.5) |
Copy-ready code
/* CSS */
color: #00cef6;
background-color: #00cef6;
/* Tailwind (arbitrary) */
class="text-[#00cef6] bg-[#00cef6]"
/* SCSS */
$brand: #00cef6;
/* SwiftUI */
Color(red: 0.000, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#00cef6")Accessibility — WCAG contrast
Aa
#00cef6 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cef6 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.8%
Blue96.5%
CMYK percentages
Cyan100.0%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#00cef6 text on a black background
contrast 11.16:1
Card sample
#00cef6 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cef6;
Background color
Panel with #00cef6 background
background-color: #00cef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cef6; background: linear-gradient(135deg, #00cef6, #002AF6);