#9bdaf4
a light, electric cyan · cool · closest name: skyblue
RGB
155, 218, 244
HSL
198°, 80%, 78%
CMYK
37, 11, 0, 4
Luminance
0.6364
Every format
| HEX | #9bdaf4 |
| RGB | rgb(155, 218, 244) |
| HSL | hsl(198, 80%, 78%) |
| CMYK | cmyk(37%, 11%, 0%, 4%) |
| LAB | lab(83.8 -13.6 -19.1) |
| LCH | lch(83.8 23.4 234.4) |
| OKLCH | oklch(0.855 0.073 225.6) |
Copy-ready code
/* CSS */
color: #9bdaf4;
background-color: #9bdaf4;
/* Tailwind (arbitrary) */
class="text-[#9bdaf4] bg-[#9bdaf4]"
/* SCSS */
$brand: #9bdaf4;
/* SwiftUI */
Color(red: 0.608, green: 0.855, blue: 0.957)
/* Android */
Color.parseColor("#9bdaf4")Accessibility — WCAG contrast
Aa
#9bdaf4 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdaf4 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.5%
Blue95.7%
CMYK percentages
Cyan36.5%
Magenta10.7%
Yellow0.0%
Key (black)4.3%
Color previews
#9bdaf4 text on a black background
contrast 13.73:1
Card sample
#9bdaf4 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdaf4;
Background color
Panel with #9bdaf4 background
background-color: #9bdaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 218, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 218, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdaf4; background: linear-gradient(135deg, #9bdaf4, #9B9FF4);