#8299df
a light, vivid blue · warm · closest name: steelblue
RGB
130, 153, 223
HSL
225°, 59%, 69%
CMYK
42, 31, 0, 13
Luminance
0.3286
Every format
| HEX | #8299df |
| RGB | rgb(130, 153, 223) |
| HSL | hsl(225, 59%, 69%) |
| CMYK | cmyk(42%, 31%, 0%, 13%) |
| LAB | lab(64.0 9.6 -38.1) |
| LCH | lch(64.0 39.3 284.2) |
| OKLCH | oklch(0.693 0.107 269.6) |
Copy-ready code
/* CSS */
color: #8299df;
background-color: #8299df;
/* Tailwind (arbitrary) */
class="text-[#8299df] bg-[#8299df]"
/* SCSS */
$brand: #8299df;
/* SwiftUI */
Color(red: 0.510, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#8299df")Accessibility — WCAG contrast
Aa
#8299df on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8299df on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green60.0%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8299df text on a black background
contrast 7.57:1
Card sample
#8299df text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8299df;
Background color
Panel with #8299df background
background-color: #8299df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8299df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8299df; background: linear-gradient(135deg, #8299df, #A982DF);