#6f8dfb
a light, electric blue · warm · closest name: dodgerblue
RGB
111, 141, 251
HSL
227°, 95%, 71%
CMYK
56, 44, 0, 2
Luminance
0.2939
Every format
| HEX | #6f8dfb |
| RGB | rgb(111, 141, 251) |
| HSL | hsl(227, 95%, 71%) |
| CMYK | cmyk(56%, 44%, 0%, 2%) |
| LAB | lab(61.1 20.7 -58.2) |
| LCH | lch(61.1 61.8 289.6) |
| OKLCH | oklch(0.672 0.166 270.0) |
Copy-ready code
/* CSS */
color: #6f8dfb;
background-color: #6f8dfb;
/* Tailwind (arbitrary) */
class="text-[#6f8dfb] bg-[#6f8dfb]"
/* SCSS */
$brand: #6f8dfb;
/* SwiftUI */
Color(red: 0.435, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#6f8dfb")Accessibility — WCAG contrast
Aa
#6f8dfb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f8dfb on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green55.3%
Blue98.4%
CMYK percentages
Cyan55.8%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#6f8dfb text on a black background
contrast 6.88:1
Card sample
#6f8dfb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f8dfb;
Background color
Panel with #6f8dfb background
background-color: #6f8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f8dfb; background: linear-gradient(135deg, #6f8dfb, #AE6FFB);