#4fadce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 173, 206
HSL
196°, 56%, 56%
CMYK
62, 16, 0, 19
Luminance
0.3601
Every format
| HEX | #4fadce |
| RGB | rgb(79, 173, 206) |
| HSL | hsl(196, 56%, 56%) |
| CMYK | cmyk(62%, 16%, 0%, 19%) |
| LAB | lab(66.5 -17.9 -25.1) |
| LCH | lch(66.5 30.8 234.4) |
| OKLCH | oklch(0.704 0.100 224.1) |
Copy-ready code
/* CSS */
color: #4fadce;
background-color: #4fadce;
/* Tailwind (arbitrary) */
class="text-[#4fadce] bg-[#4fadce]"
/* SCSS */
$brand: #4fadce;
/* SwiftUI */
Color(red: 0.310, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#4fadce")Accessibility — WCAG contrast
Aa
#4fadce on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fadce on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.8%
Blue80.8%
CMYK percentages
Cyan61.7%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#4fadce text on a black background
contrast 8.20:1
Card sample
#4fadce text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fadce;
Background color
Panel with #4fadce background
background-color: #4fadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fadce; background: linear-gradient(135deg, #4fadce, #4F58CE);