#9cebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 235, 223
HSL
171°, 66%, 77%
CMYK
34, 0, 5, 8
Luminance
0.7181
Every format
| HEX | #9cebdf |
| RGB | rgb(156, 235, 223) |
| HSL | hsl(171, 66%, 77%) |
| CMYK | cmyk(34%, 0%, 5%, 8%) |
| LAB | lab(87.9 -26.8 -1.9) |
| LCH | lch(87.9 26.8 184.0) |
| OKLCH | oklch(0.886 0.080 183.9) |
Copy-ready code
/* CSS */
color: #9cebdf;
background-color: #9cebdf;
/* Tailwind (arbitrary) */
class="text-[#9cebdf] bg-[#9cebdf]"
/* SCSS */
$brand: #9cebdf;
/* SwiftUI */
Color(red: 0.612, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#9cebdf")Accessibility — WCAG contrast
Aa
#9cebdf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cebdf on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#9cebdf text on a black background
contrast 15.36:1
Card sample
#9cebdf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cebdf;
Background color
Panel with #9cebdf background
background-color: #9cebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cebdf; background: linear-gradient(135deg, #9cebdf, #9CC2EB);