#4fcfd2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 207, 210
HSL
181°, 59%, 57%
CMYK
62, 1, 0, 18
Luminance
0.5094
Every format
| HEX | #4fcfd2 |
| RGB | rgb(79, 207, 210) |
| HSL | hsl(181, 59%, 57%) |
| CMYK | cmyk(62%, 1%, 0%, 18%) |
| LAB | lab(76.6 -33.7 -11.9) |
| LCH | lch(76.6 35.7 199.5) |
| OKLCH | oklch(0.786 0.111 197.3) |
Copy-ready code
/* CSS */
color: #4fcfd2;
background-color: #4fcfd2;
/* Tailwind (arbitrary) */
class="text-[#4fcfd2] bg-[#4fcfd2]"
/* SCSS */
$brand: #4fcfd2;
/* SwiftUI */
Color(red: 0.310, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#4fcfd2")Accessibility — WCAG contrast
Aa
#4fcfd2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcfd2 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green81.2%
Blue82.4%
CMYK percentages
Cyan62.4%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#4fcfd2 text on a black background
contrast 11.19:1
Card sample
#4fcfd2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcfd2;
Background color
Panel with #4fcfd2 background
background-color: #4fcfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcfd2; background: linear-gradient(135deg, #4fcfd2, #4F78D2);