#9ceddf
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 237, 223
HSL
170°, 69%, 77%
CMYK
34, 0, 6, 7
Luminance
0.7296
Every format
| HEX | #9ceddf |
| RGB | rgb(156, 237, 223) |
| HSL | hsl(170, 69%, 77%) |
| CMYK | cmyk(34%, 0%, 6%, 7%) |
| LAB | lab(88.4 -27.7 -1.1) |
| LCH | lch(88.4 27.7 182.2) |
| OKLCH | oklch(0.890 0.082 182.3) |
Copy-ready code
/* CSS */
color: #9ceddf;
background-color: #9ceddf;
/* Tailwind (arbitrary) */
class="text-[#9ceddf] bg-[#9ceddf]"
/* SCSS */
$brand: #9ceddf;
/* SwiftUI */
Color(red: 0.612, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#9ceddf")Accessibility — WCAG contrast
Aa
#9ceddf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceddf on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan34.2%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#9ceddf text on a black background
contrast 15.59:1
Card sample
#9ceddf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceddf;
Background color
Panel with #9ceddf background
background-color: #9ceddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceddf; background: linear-gradient(135deg, #9ceddf, #9CC5ED);