#9acace
a light, soft cyan · cool · closest name: skyblue
RGB
154, 202, 206
HSL
185°, 35%, 71%
CMYK
25, 2, 0, 19
Luminance
0.5357
Every format
| HEX | #9acace |
| RGB | rgb(154, 202, 206) |
| HSL | hsl(185, 35%, 71%) |
| CMYK | cmyk(25%, 2%, 0%, 19%) |
| LAB | lab(78.2 -14.7 -7.1) |
| LCH | lch(78.2 16.3 205.8) |
| OKLCH | oklch(0.807 0.051 202.6) |
Copy-ready code
/* CSS */
color: #9acace;
background-color: #9acace;
/* Tailwind (arbitrary) */
class="text-[#9acace] bg-[#9acace]"
/* SCSS */
$brand: #9acace;
/* SwiftUI */
Color(red: 0.604, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#9acace")Accessibility — WCAG contrast
Aa
#9acace on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acace on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green79.2%
Blue80.8%
CMYK percentages
Cyan25.2%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#9acace text on a black background
contrast 11.71:1
Card sample
#9acace text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acace;
Background color
Panel with #9acace background
background-color: #9acace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acace; background: linear-gradient(135deg, #9acace, #9AA7CE);