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