#6faff6
a light, electric blue · cool · closest name: steelblue
RGB
111, 175, 246
HSL
212°, 88%, 70%
CMYK
55, 29, 0, 4
Luminance
0.4069
Every format
| HEX | #6faff6 |
| RGB | rgb(111, 175, 246) |
| HSL | hsl(212, 88%, 70%) |
| CMYK | cmyk(55%, 29%, 0%, 4%) |
| LAB | lab(70.0 -0.5 -41.5) |
| LCH | lch(70.0 41.5 269.3) |
| OKLCH | oklch(0.740 0.123 252.1) |
Copy-ready code
/* CSS */
color: #6faff6;
background-color: #6faff6;
/* Tailwind (arbitrary) */
class="text-[#6faff6] bg-[#6faff6]"
/* SCSS */
$brand: #6faff6;
/* SwiftUI */
Color(red: 0.435, green: 0.686, blue: 0.965)
/* Android */
Color.parseColor("#6faff6")Accessibility — WCAG contrast
Aa
#6faff6 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6faff6 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green68.6%
Blue96.5%
CMYK percentages
Cyan54.9%
Magenta28.9%
Yellow0.0%
Key (black)3.5%
Color previews
#6faff6 text on a black background
contrast 9.14:1
Card sample
#6faff6 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6faff6;
Background color
Panel with #6faff6 background
background-color: #6faff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6faff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 175, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 175, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6faff6; background: linear-gradient(135deg, #6faff6, #896FF6);