#00c6ee
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 198, 238
HSL
190°, 100%, 47%
CMYK
100, 17, 0, 7
Luminance
0.4656
Every format
| HEX | #00c6ee |
| RGB | rgb(0, 198, 238) |
| HSL | hsl(190, 100%, 47%) |
| CMYK | cmyk(100%, 17%, 0%, 7%) |
| LAB | lab(73.9 -27.0 -31.3) |
| LCH | lch(73.9 41.3 229.1) |
| OKLCH | oklch(0.764 0.139 219.3) |
Copy-ready code
/* CSS */
color: #00c6ee;
background-color: #00c6ee;
/* Tailwind (arbitrary) */
class="text-[#00c6ee] bg-[#00c6ee]"
/* SCSS */
$brand: #00c6ee;
/* SwiftUI */
Color(red: 0.000, green: 0.776, blue: 0.933)
/* Android */
Color.parseColor("#00c6ee")Accessibility — WCAG contrast
Aa
#00c6ee on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c6ee on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green77.6%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta16.8%
Yellow0.0%
Key (black)6.7%
Color previews
#00c6ee text on a black background
contrast 10.31:1
Card sample
#00c6ee text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c6ee;
Background color
Panel with #00c6ee background
background-color: #00c6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 198, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 198, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c6ee; background: linear-gradient(135deg, #00c6ee, #0027EE);