#08def7
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 222, 247
HSL
186°, 94%, 50%
CMYK
97, 10, 0, 3
Luminance
0.5901
Every format
| HEX | #08def7 |
| RGB | rgb(8, 222, 247) |
| HSL | hsl(186, 94%, 50%) |
| CMYK | cmyk(97%, 10%, 0%, 3%) |
| LAB | lab(81.3 -35.5 -24.8) |
| LCH | lch(81.3 43.3 214.9) |
| OKLCH | oklch(0.825 0.142 209.2) |
Copy-ready code
/* CSS */
color: #08def7;
background-color: #08def7;
/* Tailwind (arbitrary) */
class="text-[#08def7] bg-[#08def7]"
/* SCSS */
$brand: #08def7;
/* SwiftUI */
Color(red: 0.031, green: 0.871, blue: 0.969)
/* Android */
Color.parseColor("#08def7")Accessibility — WCAG contrast
Aa
#08def7 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08def7 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green87.1%
Blue96.9%
CMYK percentages
Cyan96.8%
Magenta10.1%
Yellow0.0%
Key (black)3.1%
Color previews
#08def7 text on a black background
contrast 12.80:1
Card sample
#08def7 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08def7;
Background color
Panel with #08def7 background
background-color: #08def7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08def7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 222, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 222, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08def7; background: linear-gradient(135deg, #08def7, #083FF7);