#4fc2da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 194, 218
HSL
190°, 65%, 58%
CMYK
64, 11, 0, 15
Luminance
0.4531
Every format
| HEX | #4fc2da |
| RGB | rgb(79, 194, 218) |
| HSL | hsl(190, 65%, 58%) |
| CMYK | cmyk(64%, 11%, 0%, 15%) |
| LAB | lab(73.1 -25.1 -21.6) |
| LCH | lch(73.1 33.1 220.7) |
| OKLCH | oklch(0.758 0.108 213.9) |
Copy-ready code
/* CSS */
color: #4fc2da;
background-color: #4fc2da;
/* Tailwind (arbitrary) */
class="text-[#4fc2da] bg-[#4fc2da]"
/* SCSS */
$brand: #4fc2da;
/* SwiftUI */
Color(red: 0.310, green: 0.761, blue: 0.855)
/* Android */
Color.parseColor("#4fc2da")Accessibility — WCAG contrast
Aa
#4fc2da on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc2da on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green76.1%
Blue85.5%
CMYK percentages
Cyan63.8%
Magenta11.0%
Yellow0.0%
Key (black)14.5%
Color previews
#4fc2da text on a black background
contrast 10.06:1
Card sample
#4fc2da text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc2da;
Background color
Panel with #4fc2da background
background-color: #4fc2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 194, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 194, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc2da; background: linear-gradient(135deg, #4fc2da, #4F65DA);