#6d7bcb
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
109, 123, 203
HSL
231°, 48%, 61%
CMYK
46, 39, 0, 20
Luminance
0.2173
Every format
| HEX | #6d7bcb |
| RGB | rgb(109, 123, 203) |
| HSL | hsl(231, 48%, 61%) |
| CMYK | cmyk(46%, 39%, 0%, 20%) |
| LAB | lab(53.7 16.2 -43.2) |
| LCH | lch(53.7 46.1 290.5) |
| OKLCH | oklch(0.607 0.122 274.7) |
Copy-ready code
/* CSS */
color: #6d7bcb;
background-color: #6d7bcb;
/* Tailwind (arbitrary) */
class="text-[#6d7bcb] bg-[#6d7bcb]"
/* SCSS */
$brand: #6d7bcb;
/* SwiftUI */
Color(red: 0.427, green: 0.482, blue: 0.796)
/* Android */
Color.parseColor("#6d7bcb")Accessibility — WCAG contrast
Aa
#6d7bcb on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6d7bcb on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green48.2%
Blue79.6%
CMYK percentages
Cyan46.3%
Magenta39.4%
Yellow0.0%
Key (black)20.4%
Color previews
#6d7bcb text on a black background
contrast 5.35:1
Card sample
#6d7bcb text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d7bcb;
Background color
Panel with #6d7bcb background
background-color: #6d7bcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d7bcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 123, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 123, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d7bcb; background: linear-gradient(135deg, #6d7bcb, #9E6DCB);