#4fbade
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 186, 222
HSL
195°, 68%, 59%
CMYK
64, 16, 0, 13
Luminance
0.4205
Every format
| HEX | #4fbade |
| RGB | rgb(79, 186, 222) |
| HSL | hsl(195, 68%, 59%) |
| CMYK | cmyk(64%, 16%, 0%, 13%) |
| LAB | lab(70.9 -19.8 -27.1) |
| LCH | lch(70.9 33.6 233.9) |
| OKLCH | oklch(0.741 0.110 223.6) |
Copy-ready code
/* CSS */
color: #4fbade;
background-color: #4fbade;
/* Tailwind (arbitrary) */
class="text-[#4fbade] bg-[#4fbade]"
/* SCSS */
$brand: #4fbade;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#4fbade")Accessibility — WCAG contrast
Aa
#4fbade on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbade on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue87.1%
CMYK percentages
Cyan64.4%
Magenta16.2%
Yellow0.0%
Key (black)12.9%
Color previews
#4fbade text on a black background
contrast 9.41:1
Card sample
#4fbade text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbade;
Background color
Panel with #4fbade background
background-color: #4fbade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbade; background: linear-gradient(135deg, #4fbade, #4F5BDE);