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