#6c97cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
108, 151, 207
HSL
214°, 51%, 62%
CMYK
48, 27, 0, 19
Luminance
0.2983
Every format
| HEX | #6c97cf |
| RGB | rgb(108, 151, 207) |
| HSL | hsl(214, 51%, 62%) |
| CMYK | cmyk(48%, 27%, 0%, 19%) |
| LAB | lab(61.5 0.6 -33.3) |
| LCH | lch(61.5 33.3 271.1) |
| OKLCH | oklch(0.668 0.096 255.4) |
Copy-ready code
/* CSS */
color: #6c97cf;
background-color: #6c97cf;
/* Tailwind (arbitrary) */
class="text-[#6c97cf] bg-[#6c97cf]"
/* SCSS */
$brand: #6c97cf;
/* SwiftUI */
Color(red: 0.424, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#6c97cf")Accessibility — WCAG contrast
Aa
#6c97cf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c97cf on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green59.2%
Blue81.2%
CMYK percentages
Cyan47.8%
Magenta27.1%
Yellow0.0%
Key (black)18.8%
Color previews
#6c97cf text on a black background
contrast 6.97:1
Card sample
#6c97cf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c97cf;
Background color
Panel with #6c97cf background
background-color: #6c97cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c97cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c97cf; background: linear-gradient(135deg, #6c97cf, #836CCF);