#9bcfd8
a light, soft cyan · cool · closest name: skyblue
RGB
155, 207, 216
HSL
189°, 44%, 73%
CMYK
28, 4, 0, 15
Luminance
0.5655
Every format
| HEX | #9bcfd8 |
| RGB | rgb(155, 207, 216) |
| HSL | hsl(189, 44%, 73%) |
| CMYK | cmyk(28%, 4%, 0%, 15%) |
| LAB | lab(79.9 -14.7 -9.9) |
| LCH | lch(79.9 17.7 214.0) |
| OKLCH | oklch(0.821 0.055 209.3) |
Copy-ready code
/* CSS */
color: #9bcfd8;
background-color: #9bcfd8;
/* Tailwind (arbitrary) */
class="text-[#9bcfd8] bg-[#9bcfd8]"
/* SCSS */
$brand: #9bcfd8;
/* SwiftUI */
Color(red: 0.608, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#9bcfd8")Accessibility — WCAG contrast
Aa
#9bcfd8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bcfd8 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green81.2%
Blue84.7%
CMYK percentages
Cyan28.2%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#9bcfd8 text on a black background
contrast 12.31:1
Card sample
#9bcfd8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bcfd8;
Background color
Panel with #9bcfd8 background
background-color: #9bcfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bcfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bcfd8; background: linear-gradient(135deg, #9bcfd8, #9BA6D8);