#4fc2cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 194, 203
HSL
184°, 54%, 55%
CMYK
61, 4, 0, 20
Luminance
0.4456
Every format
| HEX | #4fc2cb |
| RGB | rgb(79, 194, 203) |
| HSL | hsl(184, 54%, 55%) |
| CMYK | cmyk(61%, 4%, 0%, 20%) |
| LAB | lab(72.6 -29.4 -14.2) |
| LCH | lch(72.6 32.7 205.8) |
| OKLCH | oklch(0.753 0.103 202.4) |
Copy-ready code
/* CSS */
color: #4fc2cb;
background-color: #4fc2cb;
/* Tailwind (arbitrary) */
class="text-[#4fc2cb] bg-[#4fc2cb]"
/* SCSS */
$brand: #4fc2cb;
/* SwiftUI */
Color(red: 0.310, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#4fc2cb")Accessibility — WCAG contrast
Aa
#4fc2cb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc2cb on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green76.1%
Blue79.6%
CMYK percentages
Cyan61.1%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#4fc2cb text on a black background
contrast 9.91:1
Card sample
#4fc2cb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc2cb;
Background color
Panel with #4fc2cb background
background-color: #4fc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc2cb; background: linear-gradient(135deg, #4fc2cb, #4F6FCB);