#00ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 204, 238
HSL
189°, 100%, 47%
CMYK
100, 14, 0, 7
Luminance
0.4936
Every format
| HEX | #00ccee |
| RGB | rgb(0, 204, 238) |
| HSL | hsl(189, 100%, 47%) |
| CMYK | cmyk(100%, 14%, 0%, 7%) |
| LAB | lab(75.7 -30.0 -28.6) |
| LCH | lch(75.7 41.4 223.6) |
| OKLCH | oklch(0.778 0.138 215.5) |
Copy-ready code
/* CSS */
color: #00ccee;
background-color: #00ccee;
/* Tailwind (arbitrary) */
class="text-[#00ccee] bg-[#00ccee]"
/* SCSS */
$brand: #00ccee;
/* SwiftUI */
Color(red: 0.000, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#00ccee")Accessibility — WCAG contrast
Aa
#00ccee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ccee on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.0%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#00ccee text on a black background
contrast 10.87:1
Card sample
#00ccee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ccee;
Background color
Panel with #00ccee background
background-color: #00ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ccee; background: linear-gradient(135deg, #00ccee, #002DEE);