#08ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 235, 254
HSL
185°, 99%, 51%
CMYK
97, 8, 0, 0
Luminance
0.6662
Every format
| HEX | #08ebfe |
| RGB | rgb(8, 235, 254) |
| HSL | hsl(185, 99%, 51%) |
| CMYK | cmyk(97%, 8%, 0%, 0%) |
| LAB | lab(85.3 -39.4 -22.4) |
| LCH | lch(85.3 45.3 209.6) |
| OKLCH | oklch(0.858 0.146 205.3) |
Copy-ready code
/* CSS */
color: #08ebfe;
background-color: #08ebfe;
/* Tailwind (arbitrary) */
class="text-[#08ebfe] bg-[#08ebfe]"
/* SCSS */
$brand: #08ebfe;
/* SwiftUI */
Color(red: 0.031, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#08ebfe")Accessibility — WCAG contrast
Aa
#08ebfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ebfe on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green92.2%
Blue99.6%
CMYK percentages
Cyan96.9%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#08ebfe text on a black background
contrast 14.32:1
Card sample
#08ebfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ebfe;
Background color
Panel with #08ebfe background
background-color: #08ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ebfe; background: linear-gradient(135deg, #08ebfe, #0847FE);