#9aecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
154, 236, 223
HSL
171°, 68%, 77%
CMYK
35, 0, 6, 8
Luminance
0.7219
Every format
| HEX | #9aecdf |
| RGB | rgb(154, 236, 223) |
| HSL | hsl(171, 68%, 77%) |
| CMYK | cmyk(35%, 0%, 6%, 8%) |
| LAB | lab(88.1 -27.8 -1.6) |
| LCH | lch(88.1 27.8 183.3) |
| OKLCH | oklch(0.887 0.082 183.3) |
Copy-ready code
/* CSS */
color: #9aecdf;
background-color: #9aecdf;
/* Tailwind (arbitrary) */
class="text-[#9aecdf] bg-[#9aecdf]"
/* SCSS */
$brand: #9aecdf;
/* SwiftUI */
Color(red: 0.604, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#9aecdf")Accessibility — WCAG contrast
Aa
#9aecdf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aecdf on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green92.5%
Blue87.5%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#9aecdf text on a black background
contrast 15.44:1
Card sample
#9aecdf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aecdf;
Background color
Panel with #9aecdf background
background-color: #9aecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aecdf; background: linear-gradient(135deg, #9aecdf, #9AC2EC);