#08ebfb
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 235, 251
HSL
184°, 97%, 51%
CMYK
97, 6, 0, 2
Luminance
0.6643
Every format
| HEX | #08ebfb |
| RGB | rgb(8, 235, 251) |
| HSL | hsl(184, 97%, 51%) |
| CMYK | cmyk(97%, 6%, 0%, 2%) |
| LAB | lab(85.2 -40.3 -20.9) |
| LCH | lch(85.2 45.4 207.4) |
| OKLCH | oklch(0.857 0.145 203.6) |
Copy-ready code
/* CSS */
color: #08ebfb;
background-color: #08ebfb;
/* Tailwind (arbitrary) */
class="text-[#08ebfb] bg-[#08ebfb]"
/* SCSS */
$brand: #08ebfb;
/* SwiftUI */
Color(red: 0.031, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#08ebfb")Accessibility — WCAG contrast
Aa
#08ebfb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ebfb on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green92.2%
Blue98.4%
CMYK percentages
Cyan96.8%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#08ebfb text on a black background
contrast 14.29:1
Card sample
#08ebfb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ebfb;
Background color
Panel with #08ebfb background
background-color: #08ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ebfb; background: linear-gradient(135deg, #08ebfb, #0849FB);