#4fbae2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 186, 226
HSL
196°, 72%, 60%
CMYK
65, 18, 0, 11
Luminance
0.4227
Every format
| HEX | #4fbae2 |
| RGB | rgb(79, 186, 226) |
| HSL | hsl(196, 72%, 60%) |
| CMYK | cmyk(65%, 18%, 0%, 11%) |
| LAB | lab(71.0 -18.6 -29.1) |
| LCH | lch(71.0 34.5 237.5) |
| OKLCH | oklch(0.743 0.113 226.1) |
Copy-ready code
/* CSS */
color: #4fbae2;
background-color: #4fbae2;
/* Tailwind (arbitrary) */
class="text-[#4fbae2] bg-[#4fbae2]"
/* SCSS */
$brand: #4fbae2;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#4fbae2")Accessibility — WCAG contrast
Aa
#4fbae2 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbae2 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue88.6%
CMYK percentages
Cyan65.0%
Magenta17.7%
Yellow0.0%
Key (black)11.4%
Color previews
#4fbae2 text on a black background
contrast 9.45:1
Card sample
#4fbae2 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbae2;
Background color
Panel with #4fbae2 background
background-color: #4fbae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbae2; background: linear-gradient(135deg, #4fbae2, #4F58E2);