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