#08c2ee
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 194, 238
HSL
192°, 94%, 48%
CMYK
97, 19, 0, 7
Luminance
0.4481
Every format
| HEX | #08c2ee |
| RGB | rgb(8, 194, 238) |
| HSL | hsl(192, 94%, 48%) |
| CMYK | cmyk(97%, 19%, 0%, 7%) |
| LAB | lab(72.8 -24.8 -33.0) |
| LCH | lch(72.8 41.3 233.1) |
| OKLCH | oklch(0.755 0.139 222.0) |
Copy-ready code
/* CSS */
color: #08c2ee;
background-color: #08c2ee;
/* Tailwind (arbitrary) */
class="text-[#08c2ee] bg-[#08c2ee]"
/* SCSS */
$brand: #08c2ee;
/* SwiftUI */
Color(red: 0.031, green: 0.761, blue: 0.933)
/* Android */
Color.parseColor("#08c2ee")Accessibility — WCAG contrast
Aa
#08c2ee on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c2ee on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.1%
Blue93.3%
CMYK percentages
Cyan96.6%
Magenta18.5%
Yellow0.0%
Key (black)6.7%
Color previews
#08c2ee text on a black background
contrast 9.96:1
Card sample
#08c2ee text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c2ee;
Background color
Panel with #08c2ee background
background-color: #08c2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 194, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 194, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c2ee; background: linear-gradient(135deg, #08c2ee, #0829EE);