#08dbf4
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 219, 244
HSL
186°, 94%, 49%
CMYK
97, 10, 0, 4
Luminance
0.5725
Every format
| HEX | #08dbf4 |
| RGB | rgb(8, 219, 244) |
| HSL | hsl(186, 94%, 49%) |
| CMYK | cmyk(97%, 10%, 0%, 4%) |
| LAB | lab(80.3 -35.1 -24.7) |
| LCH | lch(80.3 42.9 215.1) |
| OKLCH | oklch(0.817 0.140 209.4) |
Copy-ready code
/* CSS */
color: #08dbf4;
background-color: #08dbf4;
/* Tailwind (arbitrary) */
class="text-[#08dbf4] bg-[#08dbf4]"
/* SCSS */
$brand: #08dbf4;
/* SwiftUI */
Color(red: 0.031, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#08dbf4")Accessibility — WCAG contrast
Aa
#08dbf4 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08dbf4 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green85.9%
Blue95.7%
CMYK percentages
Cyan96.7%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#08dbf4 text on a black background
contrast 12.45:1
Card sample
#08dbf4 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08dbf4;
Background color
Panel with #08dbf4 background
background-color: #08dbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08dbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08dbf4; background: linear-gradient(135deg, #08dbf4, #083DF4);