#9af3da
a light, electric cyan · cool · closest name: aquamarine
RGB
154, 243, 218
HSL
163°, 79%, 78%
CMYK
37, 0, 10, 5
Luminance
0.7603
Every format
| HEX | #9af3da |
| RGB | rgb(154, 243, 218) |
| HSL | hsl(163, 79%, 78%) |
| CMYK | cmyk(37%, 0%, 10%, 5%) |
| LAB | lab(89.9 -32.2 3.6) |
| LCH | lch(89.9 32.4 173.5) |
| OKLCH | oklch(0.901 0.093 174.4) |
Copy-ready code
/* CSS */
color: #9af3da;
background-color: #9af3da;
/* Tailwind (arbitrary) */
class="text-[#9af3da] bg-[#9af3da]"
/* SCSS */
$brand: #9af3da;
/* SwiftUI */
Color(red: 0.604, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#9af3da")Accessibility — WCAG contrast
Aa
#9af3da on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af3da on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green95.3%
Blue85.5%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#9af3da text on a black background
contrast 16.21:1
Card sample
#9af3da text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af3da;
Background color
Panel with #9af3da background
background-color: #9af3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af3da; background: linear-gradient(135deg, #9af3da, #9AD1F3);