#9fadff
a light, electric blue · warm · closest name: dodgerblue
RGB
159, 173, 255
HSL
231°, 100%, 81%
CMYK
38, 32, 0, 0
Luminance
0.4448
Every format
| HEX | #9fadff |
| RGB | rgb(159, 173, 255) |
| HSL | hsl(231, 100%, 81%) |
| CMYK | cmyk(38%, 32%, 0%, 0%) |
| LAB | lab(72.5 14.5 -42.2) |
| LCH | lch(72.5 44.6 289.0) |
| OKLCH | oklch(0.769 0.118 275.8) |
Copy-ready code
/* CSS */
color: #9fadff;
background-color: #9fadff;
/* Tailwind (arbitrary) */
class="text-[#9fadff] bg-[#9fadff]"
/* SCSS */
$brand: #9fadff;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#9fadff")Accessibility — WCAG contrast
Aa
#9fadff on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fadff on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue100.0%
CMYK percentages
Cyan37.6%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#9fadff text on a black background
contrast 9.90:1
Card sample
#9fadff text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fadff;
Background color
Panel with #9fadff background
background-color: #9fadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fadff; background: linear-gradient(135deg, #9fadff, #D19FFF);