#4beefd
a balanced, electric cyan · cool · closest name: cyan
RGB
75, 238, 253
HSL
185°, 98%, 64%
CMYK
70, 6, 0, 1
Luminance
0.6974
Every format
| HEX | #4beefd |
| RGB | rgb(75, 238, 253) |
| HSL | hsl(185, 98%, 64%) |
| CMYK | cmyk(70%, 6%, 0%, 1%) |
| LAB | lab(86.9 -36.6 -19.4) |
| LCH | lch(86.9 41.4 208.0) |
| OKLCH | oklch(0.873 0.132 204.1) |
Copy-ready code
/* CSS */
color: #4beefd;
background-color: #4beefd;
/* Tailwind (arbitrary) */
class="text-[#4beefd] bg-[#4beefd]"
/* SCSS */
$brand: #4beefd;
/* SwiftUI */
Color(red: 0.294, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#4beefd")Accessibility — WCAG contrast
Aa
#4beefd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4beefd on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green93.3%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#4beefd text on a black background
contrast 14.95:1
Card sample
#4beefd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4beefd;
Background color
Panel with #4beefd background
background-color: #4beefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4beefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4beefd; background: linear-gradient(135deg, #4beefd, #4B77FD);