#9db5ff
a light, electric blue · warm · closest name: steelblue
RGB
157, 181, 255
HSL
225°, 100%, 81%
CMYK
38, 29, 0, 0
Luminance
0.4744
Every format
| HEX | #9db5ff |
| RGB | rgb(157, 181, 255) |
| HSL | hsl(225, 100%, 81%) |
| CMYK | cmyk(38%, 29%, 0%, 0%) |
| LAB | lab(74.5 9.5 -39.2) |
| LCH | lch(74.5 40.3 283.7) |
| OKLCH | oklch(0.783 0.109 270.0) |
Copy-ready code
/* CSS */
color: #9db5ff;
background-color: #9db5ff;
/* Tailwind (arbitrary) */
class="text-[#9db5ff] bg-[#9db5ff]"
/* SCSS */
$brand: #9db5ff;
/* SwiftUI */
Color(red: 0.616, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#9db5ff")Accessibility — WCAG contrast
Aa
#9db5ff on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9db5ff on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green71.0%
Blue100.0%
CMYK percentages
Cyan38.4%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#9db5ff text on a black background
contrast 10.49:1
Card sample
#9db5ff text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9db5ff;
Background color
Panel with #9db5ff background
background-color: #9db5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9db5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9db5ff; background: linear-gradient(135deg, #9db5ff, #C69DFF);