#00cefd
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 206, 253
HSL
191°, 100%, 50%
CMYK
100, 19, 0, 1
Luminance
0.5123
Every format
| HEX | #00cefd |
| RGB | rgb(0, 206, 253) |
| HSL | hsl(191, 100%, 50%) |
| CMYK | cmyk(100%, 19%, 0%, 1%) |
| LAB | lab(76.8 -26.0 -34.8) |
| LCH | lch(76.8 43.5 233.2) |
| OKLCH | oklch(0.789 0.146 222.1) |
Copy-ready code
/* CSS */
color: #00cefd;
background-color: #00cefd;
/* Tailwind (arbitrary) */
class="text-[#00cefd] bg-[#00cefd]"
/* SCSS */
$brand: #00cefd;
/* SwiftUI */
Color(red: 0.000, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#00cefd")Accessibility — WCAG contrast
Aa
#00cefd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cefd on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.8%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#00cefd text on a black background
contrast 11.25:1
Card sample
#00cefd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cefd;
Background color
Panel with #00cefd background
background-color: #00cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cefd; background: linear-gradient(135deg, #00cefd, #0026FD);