#6c97fd
a light, electric blue · cool · closest name: dodgerblue
RGB
108, 151, 253
HSL
222°, 97%, 71%
CMYK
57, 40, 0, 1
Luminance
0.3241
Every format
| HEX | #6c97fd |
| RGB | rgb(108, 151, 253) |
| HSL | hsl(222, 97%, 71%) |
| CMYK | cmyk(57%, 40%, 0%, 1%) |
| LAB | lab(63.7 14.8 -55.3) |
| LCH | lch(63.7 57.2 285.0) |
| OKLCH | oklch(0.692 0.158 265.3) |
Copy-ready code
/* CSS */
color: #6c97fd;
background-color: #6c97fd;
/* Tailwind (arbitrary) */
class="text-[#6c97fd] bg-[#6c97fd]"
/* SCSS */
$brand: #6c97fd;
/* SwiftUI */
Color(red: 0.424, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#6c97fd")Accessibility — WCAG contrast
Aa
#6c97fd on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6c97fd on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green59.2%
Blue99.2%
CMYK percentages
Cyan57.3%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#6c97fd text on a black background
contrast 7.48:1
Card sample
#6c97fd text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c97fd;
Background color
Panel with #6c97fd background
background-color: #6c97fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c97fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c97fd; background: linear-gradient(135deg, #6c97fd, #A26CFD);