#9bc2cf
a light, soft cyan · cool · closest name: skyblue
RGB
155, 194, 207
HSL
195°, 35%, 71%
CMYK
25, 6, 0, 19
Luminance
0.5006
Every format
| HEX | #9bc2cf |
| RGB | rgb(155, 194, 207) |
| HSL | hsl(195, 35%, 71%) |
| CMYK | cmyk(25%, 6%, 0%, 19%) |
| LAB | lab(76.1 -10.0 -10.8) |
| LCH | lch(76.1 14.7 227.1) |
| OKLCH | oklch(0.790 0.045 220.1) |
Copy-ready code
/* CSS */
color: #9bc2cf;
background-color: #9bc2cf;
/* Tailwind (arbitrary) */
class="text-[#9bc2cf] bg-[#9bc2cf]"
/* SCSS */
$brand: #9bc2cf;
/* SwiftUI */
Color(red: 0.608, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#9bc2cf")Accessibility — WCAG contrast
Aa
#9bc2cf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bc2cf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green76.1%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9bc2cf text on a black background
contrast 11.01:1
Card sample
#9bc2cf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bc2cf;
Background color
Panel with #9bc2cf background
background-color: #9bc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc2cf; background: linear-gradient(135deg, #9bc2cf, #9B9FCF);