#08dcef
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 220, 239
HSL
185°, 94%, 48%
CMYK
97, 8, 0, 6
Luminance
0.5747
Every format
| HEX | #08dcef |
| RGB | rgb(8, 220, 239) |
| HSL | hsl(185, 94%, 48%) |
| CMYK | cmyk(97%, 8%, 0%, 6%) |
| LAB | lab(80.4 -37.1 -21.8) |
| LCH | lch(80.4 43.0 210.5) |
| OKLCH | oklch(0.817 0.139 205.9) |
Copy-ready code
/* CSS */
color: #08dcef;
background-color: #08dcef;
/* Tailwind (arbitrary) */
class="text-[#08dcef] bg-[#08dcef]"
/* SCSS */
$brand: #08dcef;
/* SwiftUI */
Color(red: 0.031, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#08dcef")Accessibility — WCAG contrast
Aa
#08dcef on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08dcef on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green86.3%
Blue93.7%
CMYK percentages
Cyan96.7%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#08dcef text on a black background
contrast 12.49:1
Card sample
#08dcef text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08dcef;
Background color
Panel with #08dcef background
background-color: #08dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08dcef; background: linear-gradient(135deg, #08dcef, #0842EF);