#9af1eb
a light, electric cyan · cool · closest name: turquoise
RGB
154, 241, 235
HSL
176°, 76%, 78%
CMYK
36, 0, 3, 6
Luminance
0.7578
Every format
| HEX | #9af1eb |
| RGB | rgb(154, 241, 235) |
| HSL | hsl(176, 76%, 78%) |
| CMYK | cmyk(36%, 0%, 3%, 6%) |
| LAB | lab(89.8 -27.5 -5.4) |
| LCH | lch(89.8 28.0 191.1) |
| OKLCH | oklch(0.901 0.085 190.2) |
Copy-ready code
/* CSS */
color: #9af1eb;
background-color: #9af1eb;
/* Tailwind (arbitrary) */
class="text-[#9af1eb] bg-[#9af1eb]"
/* SCSS */
$brand: #9af1eb;
/* SwiftUI */
Color(red: 0.604, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#9af1eb")Accessibility — WCAG contrast
Aa
#9af1eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af1eb on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green94.5%
Blue92.2%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#9af1eb text on a black background
contrast 16.16:1
Card sample
#9af1eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af1eb;
Background color
Panel with #9af1eb background
background-color: #9af1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af1eb; background: linear-gradient(135deg, #9af1eb, #9ABDF1);