#9af5ec
a light, electric cyan · cool · closest name: turquoise
RGB
154, 245, 236
HSL
174°, 82%, 78%
CMYK
37, 0, 4, 4
Luminance
0.7823
Every format
| HEX | #9af5ec |
| RGB | rgb(154, 245, 236) |
| HSL | hsl(174, 82%, 78%) |
| CMYK | cmyk(37%, 0%, 4%, 4%) |
| LAB | lab(90.9 -29.1 -4.3) |
| LCH | lch(90.9 29.5 188.3) |
| OKLCH | oklch(0.911 0.088 187.8) |
Copy-ready code
/* CSS */
color: #9af5ec;
background-color: #9af5ec;
/* Tailwind (arbitrary) */
class="text-[#9af5ec] bg-[#9af5ec]"
/* SCSS */
$brand: #9af5ec;
/* SwiftUI */
Color(red: 0.604, green: 0.961, blue: 0.925)
/* Android */
Color.parseColor("#9af5ec")Accessibility — WCAG contrast
Aa
#9af5ec on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af5ec on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green96.1%
Blue92.5%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow3.7%
Key (black)3.9%
Color previews
#9af5ec text on a black background
contrast 16.65:1
Card sample
#9af5ec text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af5ec;
Background color
Panel with #9af5ec background
background-color: #9af5ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af5ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 245, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 245, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af5ec; background: linear-gradient(135deg, #9af5ec, #9AC1F5);