#4bfdec
a balanced, electric cyan · cool · closest name: cyan
RGB
75, 253, 236
HSL
174°, 98%, 64%
CMYK
70, 0, 7, 1
Luminance
0.7780
Every format
| HEX | #4bfdec |
| RGB | rgb(75, 253, 236) |
| HSL | hsl(174, 98%, 64%) |
| CMYK | cmyk(70%, 0%, 7%, 1%) |
| LAB | lab(90.7 -47.9 -4.8) |
| LCH | lch(90.7 48.1 185.8) |
| OKLCH | oklch(0.902 0.142 185.6) |
Copy-ready code
/* CSS */
color: #4bfdec;
background-color: #4bfdec;
/* Tailwind (arbitrary) */
class="text-[#4bfdec] bg-[#4bfdec]"
/* SCSS */
$brand: #4bfdec;
/* SwiftUI */
Color(red: 0.294, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#4bfdec")Accessibility — WCAG contrast
Aa
#4bfdec on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bfdec on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green99.2%
Blue92.5%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#4bfdec text on a black background
contrast 16.56:1
Card sample
#4bfdec text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bfdec;
Background color
Panel with #4bfdec background
background-color: #4bfdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bfdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bfdec; background: linear-gradient(135deg, #4bfdec, #4B97FD);