#9fd5da
a light, soft cyan · cool · closest name: skyblue
RGB
159, 213, 218
HSL
185°, 44%, 74%
CMYK
27, 2, 0, 15
Luminance
0.6002
Every format
| HEX | #9fd5da |
| RGB | rgb(159, 213, 218) |
| HSL | hsl(185, 44%, 74%) |
| CMYK | cmyk(27%, 2%, 0%, 15%) |
| LAB | lab(81.8 -16.1 -8.1) |
| LCH | lch(81.8 18.1 206.7) |
| OKLCH | oklch(0.837 0.056 203.3) |
Copy-ready code
/* CSS */
color: #9fd5da;
background-color: #9fd5da;
/* Tailwind (arbitrary) */
class="text-[#9fd5da] bg-[#9fd5da]"
/* SCSS */
$brand: #9fd5da;
/* SwiftUI */
Color(red: 0.624, green: 0.835, blue: 0.855)
/* Android */
Color.parseColor("#9fd5da")Accessibility — WCAG contrast
Aa
#9fd5da on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd5da on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green83.5%
Blue85.5%
CMYK percentages
Cyan27.1%
Magenta2.3%
Yellow0.0%
Key (black)14.5%
Color previews
#9fd5da text on a black background
contrast 13.00:1
Card sample
#9fd5da text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd5da;
Background color
Panel with #9fd5da background
background-color: #9fd5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 213, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 213, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd5da; background: linear-gradient(135deg, #9fd5da, #9FAEDA);