#6999c9
a balanced, vivid blue · cool · closest name: steelblue
RGB
105, 153, 201
HSL
210°, 47%, 60%
CMYK
48, 24, 0, 21
Luminance
0.3000
Every format
| HEX | #6999c9 |
| RGB | rgb(105, 153, 201) |
| HSL | hsl(210, 47%, 60%) |
| CMYK | cmyk(48%, 24%, 0%, 21%) |
| LAB | lab(61.6 -3.0 -29.7) |
| LCH | lch(61.6 29.8 264.2) |
| OKLCH | oklch(0.668 0.088 249.3) |
Copy-ready code
/* CSS */
color: #6999c9;
background-color: #6999c9;
/* Tailwind (arbitrary) */
class="text-[#6999c9] bg-[#6999c9]"
/* SCSS */
$brand: #6999c9;
/* SwiftUI */
Color(red: 0.412, green: 0.600, blue: 0.788)
/* Android */
Color.parseColor("#6999c9")Accessibility — WCAG contrast
Aa
#6999c9 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6999c9 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green60.0%
Blue78.8%
CMYK percentages
Cyan47.8%
Magenta23.9%
Yellow0.0%
Key (black)21.2%
Color previews
#6999c9 text on a black background
contrast 7.00:1
Card sample
#6999c9 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6999c9;
Background color
Panel with #6999c9 background
background-color: #6999c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6999c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 153, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 153, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6999c9; background: linear-gradient(135deg, #6999c9, #7969C9);