#4ceffc
a balanced, electric cyan · cool · closest name: cyan
RGB
76, 239, 252
HSL
184°, 97%, 64%
CMYK
70, 5, 0, 1
Luminance
0.7030
Every format
| HEX | #4ceffc |
| RGB | rgb(76, 239, 252) |
| HSL | hsl(184, 97%, 64%) |
| CMYK | cmyk(70%, 5%, 0%, 1%) |
| LAB | lab(87.1 -37.2 -18.5) |
| LCH | lch(87.1 41.5 206.4) |
| OKLCH | oklch(0.875 0.132 202.9) |
Copy-ready code
/* CSS */
color: #4ceffc;
background-color: #4ceffc;
/* Tailwind (arbitrary) */
class="text-[#4ceffc] bg-[#4ceffc]"
/* SCSS */
$brand: #4ceffc;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.988)
/* Android */
Color.parseColor("#4ceffc")Accessibility — WCAG contrast
Aa
#4ceffc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ceffc on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue98.8%
CMYK percentages
Cyan69.8%
Magenta5.2%
Yellow0.0%
Key (black)1.2%
Color previews
#4ceffc text on a black background
contrast 15.06:1
Card sample
#4ceffc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ceffc;
Background color
Panel with #4ceffc background
background-color: #4ceffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ceffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ceffc; background: linear-gradient(135deg, #4ceffc, #4C7AFC);