#4cf4ff
a balanced, electric cyan · cool · closest name: cyan
RGB
76, 244, 255
HSL
184°, 100%, 65%
CMYK
70, 4, 0, 0
Luminance
0.7346
Every format
| HEX | #4cf4ff |
| RGB | rgb(76, 244, 255) |
| HSL | hsl(184, 100%, 65%) |
| CMYK | cmyk(70%, 4%, 0%, 0%) |
| LAB | lab(88.7 -38.6 -17.7) |
| LCH | lch(88.7 42.5 204.7) |
| OKLCH | oklch(0.888 0.134 201.5) |
Copy-ready code
/* CSS */
color: #4cf4ff;
background-color: #4cf4ff;
/* Tailwind (arbitrary) */
class="text-[#4cf4ff] bg-[#4cf4ff]"
/* SCSS */
$brand: #4cf4ff;
/* SwiftUI */
Color(red: 0.298, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#4cf4ff")Accessibility — WCAG contrast
Aa
#4cf4ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf4ff on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green95.7%
Blue100.0%
CMYK percentages
Cyan70.2%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4cf4ff text on a black background
contrast 15.69:1
Card sample
#4cf4ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf4ff;
Background color
Panel with #4cf4ff background
background-color: #4cf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf4ff; background: linear-gradient(135deg, #4cf4ff, #4C7DFF);