#4cefef
a balanced, electric cyan · cool · closest name: cyan
RGB
76, 239, 239
HSL
180°, 84%, 62%
CMYK
68, 0, 0, 6
Luminance
0.6950
Every format
| HEX | #4cefef |
| RGB | rgb(76, 239, 239) |
| HSL | hsl(180, 84%, 62%) |
| CMYK | cmyk(68%, 0%, 0%, 6%) |
| LAB | lab(86.8 -40.8 -12.2) |
| LCH | lch(86.8 42.6 196.7) |
| OKLCH | oklch(0.871 0.131 195.0) |
Copy-ready code
/* CSS */
color: #4cefef;
background-color: #4cefef;
/* Tailwind (arbitrary) */
class="text-[#4cefef] bg-[#4cefef]"
/* SCSS */
$brand: #4cefef;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#4cefef")Accessibility — WCAG contrast
Aa
#4cefef on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cefef on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue93.7%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#4cefef text on a black background
contrast 14.90:1
Card sample
#4cefef text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cefef;
Background color
Panel with #4cefef background
background-color: #4cefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cefef; background: linear-gradient(135deg, #4cefef, #4C82EF);