#9bcddf
a light, vivid cyan · cool · closest name: skyblue
RGB
155, 205, 223
HSL
196°, 52%, 74%
CMYK
31, 8, 0, 13
Luminance
0.5596
Every format
| HEX | #9bcddf |
| RGB | rgb(155, 205, 223) |
| HSL | hsl(196, 52%, 74%) |
| CMYK | cmyk(31%, 8%, 0%, 13%) |
| LAB | lab(79.6 -12.0 -14.2) |
| LCH | lch(79.6 18.6 229.7) |
| OKLCH | oklch(0.819 0.058 222.1) |
Copy-ready code
/* CSS */
color: #9bcddf;
background-color: #9bcddf;
/* Tailwind (arbitrary) */
class="text-[#9bcddf] bg-[#9bcddf]"
/* SCSS */
$brand: #9bcddf;
/* SwiftUI */
Color(red: 0.608, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#9bcddf")Accessibility — WCAG contrast
Aa
#9bcddf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bcddf on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green80.4%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9bcddf text on a black background
contrast 12.19:1
Card sample
#9bcddf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bcddf;
Background color
Panel with #9bcddf background
background-color: #9bcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bcddf; background: linear-gradient(135deg, #9bcddf, #9BA0DF);