#08edf4
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 237, 244
HSL
182°, 94%, 49%
CMYK
97, 3, 0, 4
Luminance
0.6715
Every format
| HEX | #08edf4 |
| RGB | rgb(8, 237, 244) |
| HSL | hsl(182, 94%, 49%) |
| CMYK | cmyk(97%, 3%, 0%, 4%) |
| LAB | lab(85.6 -43.3 -16.7) |
| LCH | lch(85.6 46.4 201.1) |
| OKLCH | oklch(0.859 0.145 198.6) |
Copy-ready code
/* CSS */
color: #08edf4;
background-color: #08edf4;
/* Tailwind (arbitrary) */
class="text-[#08edf4] bg-[#08edf4]"
/* SCSS */
$brand: #08edf4;
/* SwiftUI */
Color(red: 0.031, green: 0.929, blue: 0.957)
/* Android */
Color.parseColor("#08edf4")Accessibility — WCAG contrast
Aa
#08edf4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08edf4 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green92.9%
Blue95.7%
CMYK percentages
Cyan96.7%
Magenta2.9%
Yellow0.0%
Key (black)4.3%
Color previews
#08edf4 text on a black background
contrast 14.43:1
Card sample
#08edf4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08edf4;
Background color
Panel with #08edf4 background
background-color: #08edf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08edf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 237, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 237, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08edf4; background: linear-gradient(135deg, #08edf4, #0850F4);