#4faffd
a light, electric blue · cool · closest name: steelblue
RGB
79, 175, 253
HSL
207°, 98%, 65%
CMYK
69, 31, 0, 1
Luminance
0.3941
Every format
| HEX | #4faffd |
| RGB | rgb(79, 175, 253) |
| HSL | hsl(207, 98%, 65%) |
| CMYK | cmyk(69%, 31%, 0%, 1%) |
| LAB | lab(69.0 -3.9 -46.9) |
| LCH | lch(69.0 47.0 265.3) |
| OKLCH | oklch(0.731 0.145 246.2) |
Copy-ready code
/* CSS */
color: #4faffd;
background-color: #4faffd;
/* Tailwind (arbitrary) */
class="text-[#4faffd] bg-[#4faffd]"
/* SCSS */
$brand: #4faffd;
/* SwiftUI */
Color(red: 0.310, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#4faffd")Accessibility — WCAG contrast
Aa
#4faffd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4faffd on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green68.6%
Blue99.2%
CMYK percentages
Cyan68.8%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#4faffd text on a black background
contrast 8.88:1
Card sample
#4faffd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4faffd;
Background color
Panel with #4faffd background
background-color: #4faffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4faffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4faffd; background: linear-gradient(135deg, #4faffd, #634FFD);