#08f7fc
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 247, 252
HSL
181°, 98%, 51%
CMYK
97, 2, 0, 1
Luminance
0.7360
Every format
| HEX | #08f7fc |
| RGB | rgb(8, 247, 252) |
| HSL | hsl(181, 98%, 51%) |
| CMYK | cmyk(97%, 2%, 0%, 1%) |
| LAB | lab(88.7 -45.3 -16.1) |
| LCH | lch(88.7 48.1 199.6) |
| OKLCH | oklch(0.886 0.150 197.4) |
Copy-ready code
/* CSS */
color: #08f7fc;
background-color: #08f7fc;
/* Tailwind (arbitrary) */
class="text-[#08f7fc] bg-[#08f7fc]"
/* SCSS */
$brand: #08f7fc;
/* SwiftUI */
Color(red: 0.031, green: 0.969, blue: 0.988)
/* Android */
Color.parseColor("#08f7fc")Accessibility — WCAG contrast
Aa
#08f7fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08f7fc on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green96.9%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta2.0%
Yellow0.0%
Key (black)1.2%
Color previews
#08f7fc text on a black background
contrast 15.72:1
Card sample
#08f7fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08f7fc;
Background color
Panel with #08f7fc background
background-color: #08f7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08f7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 247, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 247, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f7fc; background: linear-gradient(135deg, #08f7fc, #0855FC);