#9aacff
a light, electric blue · warm · closest name: dodgerblue
RGB
154, 172, 255
HSL
229°, 100%, 80%
CMYK
40, 33, 0, 0
Luminance
0.4360
Every format
| HEX | #9aacff |
| RGB | rgb(154, 172, 255) |
| HSL | hsl(229, 100%, 80%) |
| CMYK | cmyk(40%, 33%, 0%, 0%) |
| LAB | lab(72.0 13.8 -43.1) |
| LCH | lch(72.0 45.3 287.7) |
| OKLCH | oklch(0.763 0.121 273.9) |
Copy-ready code
/* CSS */
color: #9aacff;
background-color: #9aacff;
/* Tailwind (arbitrary) */
class="text-[#9aacff] bg-[#9aacff]"
/* SCSS */
$brand: #9aacff;
/* SwiftUI */
Color(red: 0.604, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#9aacff")Accessibility — WCAG contrast
Aa
#9aacff on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aacff on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green67.5%
Blue100.0%
CMYK percentages
Cyan39.6%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#9aacff text on a black background
contrast 9.72:1
Card sample
#9aacff text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aacff;
Background color
Panel with #9aacff background
background-color: #9aacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aacff; background: linear-gradient(135deg, #9aacff, #CB9AFF);