#08cef3
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 206, 243
HSL
189°, 94%, 49%
CMYK
97, 15, 0, 5
Luminance
0.5067
Every format
| HEX | #08cef3 |
| RGB | rgb(8, 206, 243) |
| HSL | hsl(189, 94%, 49%) |
| CMYK | cmyk(97%, 15%, 0%, 5%) |
| LAB | lab(76.5 -29.1 -30.0) |
| LCH | lch(76.5 41.8 225.8) |
| OKLCH | oklch(0.785 0.140 217.1) |
Copy-ready code
/* CSS */
color: #08cef3;
background-color: #08cef3;
/* Tailwind (arbitrary) */
class="text-[#08cef3] bg-[#08cef3]"
/* SCSS */
$brand: #08cef3;
/* SwiftUI */
Color(red: 0.031, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#08cef3")Accessibility — WCAG contrast
Aa
#08cef3 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cef3 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green80.8%
Blue95.3%
CMYK percentages
Cyan96.7%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#08cef3 text on a black background
contrast 11.13:1
Card sample
#08cef3 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cef3;
Background color
Panel with #08cef3 background
background-color: #08cef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cef3; background: linear-gradient(135deg, #08cef3, #0832F3);