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