#6fade0
a light, vivid blue · cool · closest name: steelblue
RGB
111, 173, 224
HSL
207°, 65%, 66%
CMYK
50, 23, 0, 12
Luminance
0.3865
Every format
| HEX | #6fade0 |
| RGB | rgb(111, 173, 224) |
| HSL | hsl(207, 65%, 66%) |
| CMYK | cmyk(50%, 23%, 0%, 12%) |
| LAB | lab(68.5 -6.0 -31.8) |
| LCH | lch(68.5 32.4 259.3) |
| OKLCH | oklch(0.726 0.098 244.6) |
Copy-ready code
/* CSS */
color: #6fade0;
background-color: #6fade0;
/* Tailwind (arbitrary) */
class="text-[#6fade0] bg-[#6fade0]"
/* SCSS */
$brand: #6fade0;
/* SwiftUI */
Color(red: 0.435, green: 0.678, blue: 0.878)
/* Android */
Color.parseColor("#6fade0")Accessibility — WCAG contrast
Aa
#6fade0 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fade0 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.8%
Blue87.8%
CMYK percentages
Cyan50.4%
Magenta22.8%
Yellow0.0%
Key (black)12.2%
Color previews
#6fade0 text on a black background
contrast 8.73:1
Card sample
#6fade0 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fade0;
Background color
Panel with #6fade0 background
background-color: #6fade0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fade0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 173, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 173, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fade0; background: linear-gradient(135deg, #6fade0, #7C6FE0);