#9bafdf
a light, vivid blue · cool · closest name: skyblue
RGB
155, 175, 223
HSL
222°, 52%, 74%
CMYK
31, 22, 0, 13
Luminance
0.4296
Every format
| HEX | #9bafdf |
| RGB | rgb(155, 175, 223) |
| HSL | hsl(222, 52%, 74%) |
| CMYK | cmyk(31%, 22%, 0%, 13%) |
| LAB | lab(71.5 4.1 -26.4) |
| LCH | lch(71.5 26.7 278.8) |
| OKLCH | oklch(0.756 0.073 267.1) |
Copy-ready code
/* CSS */
color: #9bafdf;
background-color: #9bafdf;
/* Tailwind (arbitrary) */
class="text-[#9bafdf] bg-[#9bafdf]"
/* SCSS */
$brand: #9bafdf;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#9bafdf")Accessibility — WCAG contrast
Aa
#9bafdf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bafdf on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9bafdf text on a black background
contrast 9.59:1
Card sample
#9bafdf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bafdf;
Background color
Panel with #9bafdf background
background-color: #9bafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bafdf; background: linear-gradient(135deg, #9bafdf, #B49BDF);