#9acfda
a light, vivid cyan · cool · closest name: skyblue
RGB
154, 207, 218
HSL
190°, 46%, 73%
CMYK
29, 5, 0, 15
Luminance
0.5656
Every format
| HEX | #9acfda |
| RGB | rgb(154, 207, 218) |
| HSL | hsl(190, 46%, 73%) |
| CMYK | cmyk(29%, 5%, 0%, 15%) |
| LAB | lab(79.9 -14.5 -11.0) |
| LCH | lch(79.9 18.2 217.1) |
| OKLCH | oklch(0.821 0.057 211.8) |
Copy-ready code
/* CSS */
color: #9acfda;
background-color: #9acfda;
/* Tailwind (arbitrary) */
class="text-[#9acfda] bg-[#9acfda]"
/* SCSS */
$brand: #9acfda;
/* SwiftUI */
Color(red: 0.604, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#9acfda")Accessibility — WCAG contrast
Aa
#9acfda on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acfda on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green81.2%
Blue85.5%
CMYK percentages
Cyan29.4%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#9acfda text on a black background
contrast 12.31:1
Card sample
#9acfda text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acfda;
Background color
Panel with #9acfda background
background-color: #9acfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acfda; background: linear-gradient(135deg, #9acfda, #9AA4DA);