#4fadcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 173, 204
HSL
195°, 55%, 56%
CMYK
61, 15, 0, 20
Luminance
0.3591
Every format
| HEX | #4fadcc |
| RGB | rgb(79, 173, 204) |
| HSL | hsl(195, 55%, 56%) |
| CMYK | cmyk(61%, 15%, 0%, 20%) |
| LAB | lab(66.5 -18.5 -24.1) |
| LCH | lch(66.5 30.4 232.4) |
| OKLCH | oklch(0.703 0.099 222.6) |
Copy-ready code
/* CSS */
color: #4fadcc;
background-color: #4fadcc;
/* Tailwind (arbitrary) */
class="text-[#4fadcc] bg-[#4fadcc]"
/* SCSS */
$brand: #4fadcc;
/* SwiftUI */
Color(red: 0.310, green: 0.678, blue: 0.800)
/* Android */
Color.parseColor("#4fadcc")Accessibility — WCAG contrast
Aa
#4fadcc on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fadcc on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.8%
Blue80.0%
CMYK percentages
Cyan61.3%
Magenta15.2%
Yellow0.0%
Key (black)20.0%
Color previews
#4fadcc text on a black background
contrast 8.18:1
Card sample
#4fadcc text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fadcc;
Background color
Panel with #4fadcc background
background-color: #4fadcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fadcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 173, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 173, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fadcc; background: linear-gradient(135deg, #4fadcc, #4F5ACC);