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