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