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