#9afcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
154, 252, 223
HSL
162°, 94%, 80%
CMYK
39, 0, 12, 1
Luminance
0.8182
Every format
| HEX | #9afcdf |
| RGB | rgb(154, 252, 223) |
| HSL | hsl(162, 94%, 80%) |
| CMYK | cmyk(39%, 0%, 12%, 1%) |
| LAB | lab(92.5 -35.3 4.8) |
| LCH | lch(92.5 35.6 172.2) |
| OKLCH | oklch(0.922 0.102 173.1) |
Copy-ready code
/* CSS */
color: #9afcdf;
background-color: #9afcdf;
/* Tailwind (arbitrary) */
class="text-[#9afcdf] bg-[#9afcdf]"
/* SCSS */
$brand: #9afcdf;
/* SwiftUI */
Color(red: 0.604, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#9afcdf")Accessibility — WCAG contrast
Aa
#9afcdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afcdf on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.8%
Blue87.5%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#9afcdf text on a black background
contrast 17.36:1
Card sample
#9afcdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afcdf;
Background color
Panel with #9afcdf background
background-color: #9afcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afcdf; background: linear-gradient(135deg, #9afcdf, #9AD8FC);