#4decf7
a balanced, electric cyan · cool · closest name: cyan
RGB
77, 236, 247
HSL
184°, 91%, 64%
CMYK
69, 5, 0, 3
Luminance
0.6828
Every format
| HEX | #4decf7 |
| RGB | rgb(77, 236, 247) |
| HSL | hsl(184, 91%, 64%) |
| CMYK | cmyk(69%, 5%, 0%, 3%) |
| LAB | lab(86.2 -37.1 -17.3) |
| LCH | lch(86.2 40.9 205.1) |
| OKLCH | oklch(0.866 0.130 201.8) |
Copy-ready code
/* CSS */
color: #4decf7;
background-color: #4decf7;
/* Tailwind (arbitrary) */
class="text-[#4decf7] bg-[#4decf7]"
/* SCSS */
$brand: #4decf7;
/* SwiftUI */
Color(red: 0.302, green: 0.925, blue: 0.969)
/* Android */
Color.parseColor("#4decf7")Accessibility — WCAG contrast
Aa
#4decf7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4decf7 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green92.5%
Blue96.9%
CMYK percentages
Cyan68.8%
Magenta4.5%
Yellow0.0%
Key (black)3.1%
Color previews
#4decf7 text on a black background
contrast 14.66:1
Card sample
#4decf7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4decf7;
Background color
Panel with #4decf7 background
background-color: #4decf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4decf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 236, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 236, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4decf7; background: linear-gradient(135deg, #4decf7, #4D7BF7);