#6f9dfb
a light, electric blue · cool · closest name: dodgerblue
RGB
111, 157, 251
HSL
220°, 95%, 71%
CMYK
56, 38, 0, 2
Luminance
0.3446
Every format
| HEX | #6f9dfb |
| RGB | rgb(111, 157, 251) |
| HSL | hsl(220, 95%, 71%) |
| CMYK | cmyk(56%, 38%, 0%, 2%) |
| LAB | lab(65.3 11.3 -51.6) |
| LCH | lch(65.3 52.8 282.4) |
| OKLCH | oklch(0.705 0.147 263.4) |
Copy-ready code
/* CSS */
color: #6f9dfb;
background-color: #6f9dfb;
/* Tailwind (arbitrary) */
class="text-[#6f9dfb] bg-[#6f9dfb]"
/* SCSS */
$brand: #6f9dfb;
/* SwiftUI */
Color(red: 0.435, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#6f9dfb")Accessibility — WCAG contrast
Aa
#6f9dfb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6f9dfb on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green61.6%
Blue98.4%
CMYK percentages
Cyan55.8%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#6f9dfb text on a black background
contrast 7.89:1
Card sample
#6f9dfb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f9dfb;
Background color
Panel with #6f9dfb background
background-color: #6f9dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f9dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f9dfb; background: linear-gradient(135deg, #6f9dfb, #9E6FFB);