#08fcdb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 252, 219
HSL
172°, 98%, 51%
CMYK
97, 0, 13, 1
Luminance
0.7479
Every format
| HEX | #08fcdb |
| RGB | rgb(8, 252, 219) |
| HSL | hsl(172, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 13%, 1%) |
| LAB | lab(89.3 -56.5 1.9) |
| LCH | lch(89.3 56.5 178.1) |
| OKLCH | oklch(0.887 0.162 178.6) |
Copy-ready code
/* CSS */
color: #08fcdb;
background-color: #08fcdb;
/* Tailwind (arbitrary) */
class="text-[#08fcdb] bg-[#08fcdb]"
/* SCSS */
$brand: #08fcdb;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#08fcdb")Accessibility — WCAG contrast
Aa
#08fcdb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fcdb on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue85.9%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#08fcdb text on a black background
contrast 15.96:1
Card sample
#08fcdb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fcdb;
Background color
Panel with #08fcdb background
background-color: #08fcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fcdb; background: linear-gradient(135deg, #08fcdb, #087AFC);