#6eacdf
a light, vivid blue · cool · closest name: steelblue
RGB
110, 172, 223
HSL
207°, 64%, 65%
CMYK
51, 23, 0, 13
Luminance
0.3815
Every format
| HEX | #6eacdf |
| RGB | rgb(110, 172, 223) |
| HSL | hsl(207, 64%, 65%) |
| CMYK | cmyk(51%, 23%, 0%, 13%) |
| LAB | lab(68.1 -6.0 -31.9) |
| LCH | lch(68.1 32.4 259.4) |
| OKLCH | oklch(0.722 0.098 244.6) |
Copy-ready code
/* CSS */
color: #6eacdf;
background-color: #6eacdf;
/* Tailwind (arbitrary) */
class="text-[#6eacdf] bg-[#6eacdf]"
/* SCSS */
$brand: #6eacdf;
/* SwiftUI */
Color(red: 0.431, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#6eacdf")Accessibility — WCAG contrast
Aa
#6eacdf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eacdf on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green67.5%
Blue87.5%
CMYK percentages
Cyan50.7%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#6eacdf text on a black background
contrast 8.63:1
Card sample
#6eacdf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eacdf;
Background color
Panel with #6eacdf background
background-color: #6eacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eacdf; background: linear-gradient(135deg, #6eacdf, #7B6EDF);