#7995df
a light, vivid blue · cool · closest name: steelblue
RGB
121, 149, 223
HSL
224°, 61%, 68%
CMYK
46, 33, 0, 13
Luminance
0.3089
Every format
| HEX | #7995df |
| RGB | rgb(121, 149, 223) |
| HSL | hsl(224, 61%, 68%) |
| CMYK | cmyk(46%, 33%, 0%, 13%) |
| LAB | lab(62.4 9.7 -40.7) |
| LCH | lch(62.4 41.8 283.4) |
| OKLCH | oklch(0.679 0.115 267.5) |
Copy-ready code
/* CSS */
color: #7995df;
background-color: #7995df;
/* Tailwind (arbitrary) */
class="text-[#7995df] bg-[#7995df]"
/* SCSS */
$brand: #7995df;
/* SwiftUI */
Color(red: 0.475, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#7995df")Accessibility — WCAG contrast
Aa
#7995df on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7995df on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green58.4%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7995df text on a black background
contrast 7.18:1
Card sample
#7995df text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7995df;
Background color
Panel with #7995df background
background-color: #7995df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7995df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7995df; background: linear-gradient(135deg, #7995df, #A179DF);