#9afdef
a light, electric cyan · cool · closest name: turquoise
RGB
154, 253, 239
HSL
172°, 96%, 80%
CMYK
39, 0, 6, 1
Luminance
0.8335
Every format
| HEX | #9afdef |
| RGB | rgb(154, 253, 239) |
| HSL | hsl(172, 96%, 80%) |
| CMYK | cmyk(39%, 0%, 6%, 1%) |
| LAB | lab(93.2 -32.2 -2.5) |
| LCH | lch(93.2 32.3 184.4) |
| OKLCH | oklch(0.929 0.096 184.3) |
Copy-ready code
/* CSS */
color: #9afdef;
background-color: #9afdef;
/* Tailwind (arbitrary) */
class="text-[#9afdef] bg-[#9afdef]"
/* SCSS */
$brand: #9afdef;
/* SwiftUI */
Color(red: 0.604, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#9afdef")Accessibility — WCAG contrast
Aa
#9afdef on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afdef on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.2%
Blue93.7%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#9afdef text on a black background
contrast 17.67:1
Card sample
#9afdef text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afdef;
Background color
Panel with #9afdef background
background-color: #9afdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afdef; background: linear-gradient(135deg, #9afdef, #9AC9FD);