#9cd6eb
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 214, 235
HSL
196°, 66%, 77%
CMYK
34, 9, 0, 8
Luminance
0.6116
Every format
| HEX | #9cd6eb |
| RGB | rgb(156, 214, 235) |
| HSL | hsl(196, 66%, 77%) |
| CMYK | cmyk(34%, 9%, 0%, 8%) |
| LAB | lab(82.5 -13.5 -16.3) |
| LCH | lch(82.5 21.1 230.2) |
| OKLCH | oklch(0.844 0.066 222.4) |
Copy-ready code
/* CSS */
color: #9cd6eb;
background-color: #9cd6eb;
/* Tailwind (arbitrary) */
class="text-[#9cd6eb] bg-[#9cd6eb]"
/* SCSS */
$brand: #9cd6eb;
/* SwiftUI */
Color(red: 0.612, green: 0.839, blue: 0.922)
/* Android */
Color.parseColor("#9cd6eb")Accessibility — WCAG contrast
Aa
#9cd6eb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd6eb on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.9%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta8.9%
Yellow0.0%
Key (black)7.8%
Color previews
#9cd6eb text on a black background
contrast 13.23:1
Card sample
#9cd6eb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd6eb;
Background color
Panel with #9cd6eb background
background-color: #9cd6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 214, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 214, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd6eb; background: linear-gradient(135deg, #9cd6eb, #9CA2EB);