#99bafd
a light, electric blue · cool · closest name: steelblue
RGB
153, 186, 253
HSL
220°, 96%, 80%
CMYK
40, 27, 0, 1
Luminance
0.4898
Every format
| HEX | #99bafd |
| RGB | rgb(153, 186, 253) |
| HSL | hsl(220, 96%, 80%) |
| CMYK | cmyk(40%, 27%, 0%, 1%) |
| LAB | lab(75.4 5.2 -36.6) |
| LCH | lch(75.4 37.0 278.1) |
| OKLCH | oklch(0.790 0.103 264.0) |
Copy-ready code
/* CSS */
color: #99bafd;
background-color: #99bafd;
/* Tailwind (arbitrary) */
class="text-[#99bafd] bg-[#99bafd]"
/* SCSS */
$brand: #99bafd;
/* SwiftUI */
Color(red: 0.600, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#99bafd")Accessibility — WCAG contrast
Aa
#99bafd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99bafd on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green72.9%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#99bafd text on a black background
contrast 10.80:1
Card sample
#99bafd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99bafd;
Background color
Panel with #99bafd background
background-color: #99bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99bafd; background: linear-gradient(135deg, #99bafd, #BB99FD);