#9afeed
a light, electric cyan · cool · closest name: aquamarine
RGB
154, 254, 237
HSL
170°, 98%, 80%
CMYK
39, 0, 7, 0
Luminance
0.8387
Every format
| HEX | #9afeed |
| RGB | rgb(154, 254, 237) |
| HSL | hsl(170, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 7%, 0%) |
| LAB | lab(93.4 -33.2 -1.1) |
| LCH | lch(93.4 33.2 181.9) |
| OKLCH | oklch(0.931 0.098 182.0) |
Copy-ready code
/* CSS */
color: #9afeed;
background-color: #9afeed;
/* Tailwind (arbitrary) */
class="text-[#9afeed] bg-[#9afeed]"
/* SCSS */
$brand: #9afeed;
/* SwiftUI */
Color(red: 0.604, green: 0.996, blue: 0.929)
/* Android */
Color.parseColor("#9afeed")Accessibility — WCAG contrast
Aa
#9afeed on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afeed on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.6%
Blue92.9%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow6.7%
Key (black)0.4%
Color previews
#9afeed text on a black background
contrast 17.77:1
Card sample
#9afeed text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afeed;
Background color
Panel with #9afeed background
background-color: #9afeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 254, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 254, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afeed; background: linear-gradient(135deg, #9afeed, #9ACCFE);