#9ccbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 203, 223
HSL
198°, 51%, 74%
CMYK
30, 9, 0, 13
Luminance
0.5511
Every format
| HEX | #9ccbdf |
| RGB | rgb(156, 203, 223) |
| HSL | hsl(198, 51%, 74%) |
| CMYK | cmyk(30%, 9%, 0%, 13%) |
| LAB | lab(79.1 -10.7 -14.9) |
| LCH | lch(79.1 18.3 234.3) |
| OKLCH | oklch(0.816 0.057 225.9) |
Copy-ready code
/* CSS */
color: #9ccbdf;
background-color: #9ccbdf;
/* Tailwind (arbitrary) */
class="text-[#9ccbdf] bg-[#9ccbdf]"
/* SCSS */
$brand: #9ccbdf;
/* SwiftUI */
Color(red: 0.612, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#9ccbdf")Accessibility — WCAG contrast
Aa
#9ccbdf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ccbdf on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9ccbdf text on a black background
contrast 12.02:1
Card sample
#9ccbdf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ccbdf;
Background color
Panel with #9ccbdf background
background-color: #9ccbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ccbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ccbdf; background: linear-gradient(135deg, #9ccbdf, #9C9EDF);