#6dacef
a light, electric blue · cool · closest name: steelblue
RGB
109, 172, 239
HSL
211°, 80%, 68%
CMYK
54, 28, 0, 6
Luminance
0.3899
Every format
| HEX | #6dacef |
| RGB | rgb(109, 172, 239) |
| HSL | hsl(211, 80%, 68%) |
| CMYK | cmyk(54%, 28%, 0%, 6%) |
| LAB | lab(68.7 -1.4 -39.6) |
| LCH | lch(68.7 39.7 268.0) |
| OKLCH | oklch(0.729 0.118 251.1) |
Copy-ready code
/* CSS */
color: #6dacef;
background-color: #6dacef;
/* Tailwind (arbitrary) */
class="text-[#6dacef] bg-[#6dacef]"
/* SCSS */
$brand: #6dacef;
/* SwiftUI */
Color(red: 0.427, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#6dacef")Accessibility — WCAG contrast
Aa
#6dacef on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dacef on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green67.5%
Blue93.7%
CMYK percentages
Cyan54.4%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#6dacef text on a black background
contrast 8.80:1
Card sample
#6dacef text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dacef;
Background color
Panel with #6dacef background
background-color: #6dacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dacef; background: linear-gradient(135deg, #6dacef, #856DEF);