#9bc9db
a light, vivid cyan · cool · closest name: skyblue
RGB
155, 201, 219
HSL
197°, 47%, 73%
CMYK
29, 8, 0, 14
Luminance
0.5386
Every format
| HEX | #9bc9db |
| RGB | rgb(155, 201, 219) |
| HSL | hsl(197, 47%, 73%) |
| CMYK | cmyk(29%, 8%, 0%, 14%) |
| LAB | lab(78.4 -10.9 -13.8) |
| LCH | lch(78.4 17.6 231.8) |
| OKLCH | oklch(0.809 0.054 223.9) |
Copy-ready code
/* CSS */
color: #9bc9db;
background-color: #9bc9db;
/* Tailwind (arbitrary) */
class="text-[#9bc9db] bg-[#9bc9db]"
/* SCSS */
$brand: #9bc9db;
/* SwiftUI */
Color(red: 0.608, green: 0.788, blue: 0.859)
/* Android */
Color.parseColor("#9bc9db")Accessibility — WCAG contrast
Aa
#9bc9db on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bc9db on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green78.8%
Blue85.9%
CMYK percentages
Cyan29.2%
Magenta8.2%
Yellow0.0%
Key (black)14.1%
Color previews
#9bc9db text on a black background
contrast 11.77:1
Card sample
#9bc9db text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bc9db;
Background color
Panel with #9bc9db background
background-color: #9bc9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bc9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 201, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 201, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc9db; background: linear-gradient(135deg, #9bc9db, #9B9EDB);