#7f99cf
a light, vivid blue · cool · closest name: steelblue
RGB
127, 153, 207
HSL
221°, 46%, 66%
CMYK
39, 26, 0, 19
Luminance
0.3180
Every format
| HEX | #7f99cf |
| RGB | rgb(127, 153, 207) |
| HSL | hsl(221, 46%, 66%) |
| CMYK | cmyk(39%, 26%, 0%, 19%) |
| LAB | lab(63.2 4.4 -30.6) |
| LCH | lch(63.2 30.9 278.1) |
| OKLCH | oklch(0.684 0.086 264.4) |
Copy-ready code
/* CSS */
color: #7f99cf;
background-color: #7f99cf;
/* Tailwind (arbitrary) */
class="text-[#7f99cf] bg-[#7f99cf]"
/* SCSS */
$brand: #7f99cf;
/* SwiftUI */
Color(red: 0.498, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#7f99cf")Accessibility — WCAG contrast
Aa
#7f99cf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f99cf on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green60.0%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#7f99cf text on a black background
contrast 7.36:1
Card sample
#7f99cf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f99cf;
Background color
Panel with #7f99cf background
background-color: #7f99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f99cf; background: linear-gradient(135deg, #7f99cf, #9A7FCF);