#99a7ff
a light, electric blue · warm · closest name: dodgerblue
RGB
153, 167, 255
HSL
232°, 100%, 80%
CMYK
40, 35, 0, 0
Luminance
0.4163
Every format
| HEX | #99a7ff |
| RGB | rgb(153, 167, 255) |
| HSL | hsl(232, 100%, 80%) |
| CMYK | cmyk(40%, 35%, 0%, 0%) |
| LAB | lab(70.6 16.4 -45.2) |
| LCH | lch(70.6 48.1 289.9) |
| OKLCH | oklch(0.753 0.128 276.0) |
Copy-ready code
/* CSS */
color: #99a7ff;
background-color: #99a7ff;
/* Tailwind (arbitrary) */
class="text-[#99a7ff] bg-[#99a7ff]"
/* SCSS */
$brand: #99a7ff;
/* SwiftUI */
Color(red: 0.600, green: 0.655, blue: 1.000)
/* Android */
Color.parseColor("#99a7ff")Accessibility — WCAG contrast
Aa
#99a7ff on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99a7ff on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green65.5%
Blue100.0%
CMYK percentages
Cyan40.0%
Magenta34.5%
Yellow0.0%
Key (black)0.0%
Color previews
#99a7ff text on a black background
contrast 9.33:1
Card sample
#99a7ff text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99a7ff;
Background color
Panel with #99a7ff background
background-color: #99a7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99a7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 167, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 167, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99a7ff; background: linear-gradient(135deg, #99a7ff, #CF99FF);