#9af4df
a light, electric cyan · cool · closest name: aquamarine
RGB
154, 244, 223
HSL
166°, 80%, 78%
CMYK
37, 0, 9, 4
Luminance
0.7690
Every format
| HEX | #9af4df |
| RGB | rgb(154, 244, 223) |
| HSL | hsl(166, 80%, 78%) |
| CMYK | cmyk(37%, 0%, 9%, 4%) |
| LAB | lab(90.3 -31.6 1.6) |
| LCH | lch(90.3 31.6 177.1) |
| OKLCH | oklch(0.905 0.092 177.6) |
Copy-ready code
/* CSS */
color: #9af4df;
background-color: #9af4df;
/* Tailwind (arbitrary) */
class="text-[#9af4df] bg-[#9af4df]"
/* SCSS */
$brand: #9af4df;
/* SwiftUI */
Color(red: 0.604, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#9af4df")Accessibility — WCAG contrast
Aa
#9af4df on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af4df on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green95.7%
Blue87.5%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#9af4df text on a black background
contrast 16.38:1
Card sample
#9af4df text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af4df;
Background color
Panel with #9af4df background
background-color: #9af4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af4df; background: linear-gradient(135deg, #9af4df, #9ACDF4);