#9fafff
a light, electric blue · warm · closest name: dodgerblue
RGB
159, 175, 255
HSL
230°, 100%, 81%
CMYK
38, 31, 0, 0
Luminance
0.4525
Every format
| HEX | #9fafff |
| RGB | rgb(159, 175, 255) |
| HSL | hsl(230, 100%, 81%) |
| CMYK | cmyk(38%, 31%, 0%, 0%) |
| LAB | lab(73.1 13.4 -41.4) |
| LCH | lch(73.1 43.5 288.0) |
| OKLCH | oklch(0.773 0.116 274.7) |
Copy-ready code
/* CSS */
color: #9fafff;
background-color: #9fafff;
/* Tailwind (arbitrary) */
class="text-[#9fafff] bg-[#9fafff]"
/* SCSS */
$brand: #9fafff;
/* SwiftUI */
Color(red: 0.624, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#9fafff")Accessibility — WCAG contrast
Aa
#9fafff on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fafff on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green68.6%
Blue100.0%
CMYK percentages
Cyan37.6%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#9fafff text on a black background
contrast 10.05:1
Card sample
#9fafff text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fafff;
Background color
Panel with #9fafff background
background-color: #9fafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fafff; background: linear-gradient(135deg, #9fafff, #CF9FFF);