#6faffd
a light, electric blue · cool · closest name: steelblue
RGB
111, 175, 253
HSL
213°, 97%, 71%
CMYK
56, 31, 0, 1
Luminance
0.4113
Every format
| HEX | #6faffd |
| RGB | rgb(111, 175, 253) |
| HSL | hsl(213, 97%, 71%) |
| CMYK | cmyk(56%, 31%, 0%, 1%) |
| LAB | lab(70.3 1.6 -44.9) |
| LCH | lch(70.3 44.9 272.1) |
| OKLCH | oklch(0.744 0.131 254.2) |
Copy-ready code
/* CSS */
color: #6faffd;
background-color: #6faffd;
/* Tailwind (arbitrary) */
class="text-[#6faffd] bg-[#6faffd]"
/* SCSS */
$brand: #6faffd;
/* SwiftUI */
Color(red: 0.435, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#6faffd")Accessibility — WCAG contrast
Aa
#6faffd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6faffd on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green68.6%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#6faffd text on a black background
contrast 9.23:1
Card sample
#6faffd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6faffd;
Background color
Panel with #6faffd background
background-color: #6faffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6faffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6faffd; background: linear-gradient(135deg, #6faffd, #8E6FFD);