#4ceeed
a balanced, electric cyan · cool · closest name: cyan
RGB
76, 238, 237
HSL
180°, 83%, 62%
CMYK
68, 0, 0, 7
Luminance
0.6880
Every format
| HEX | #4ceeed |
| RGB | rgb(76, 238, 237) |
| HSL | hsl(180, 83%, 62%) |
| CMYK | cmyk(68%, 0%, 0%, 7%) |
| LAB | lab(86.4 -40.9 -11.7) |
| LCH | lch(86.4 42.6 196.0) |
| OKLCH | oklch(0.868 0.131 194.4) |
Copy-ready code
/* CSS */
color: #4ceeed;
background-color: #4ceeed;
/* Tailwind (arbitrary) */
class="text-[#4ceeed] bg-[#4ceeed]"
/* SCSS */
$brand: #4ceeed;
/* SwiftUI */
Color(red: 0.298, green: 0.933, blue: 0.929)
/* Android */
Color.parseColor("#4ceeed")Accessibility — WCAG contrast
Aa
#4ceeed on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ceeed on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.3%
Blue92.9%
CMYK percentages
Cyan68.1%
Magenta0.0%
Yellow0.4%
Key (black)6.7%
Color previews
#4ceeed text on a black background
contrast 14.76:1
Card sample
#4ceeed text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ceeed;
Background color
Panel with #4ceeed background
background-color: #4ceeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ceeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 238, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 238, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ceeed; background: linear-gradient(135deg, #4ceeed, #4C83EE);