#4bdeef
a balanced, electric cyan · cool · closest name: cyan
RGB
75, 222, 239
HSL
186°, 84%, 62%
CMYK
69, 7, 0, 6
Luminance
0.5997
Every format
| HEX | #4bdeef |
| RGB | rgb(75, 222, 239) |
| HSL | hsl(186, 84%, 62%) |
| CMYK | cmyk(69%, 7%, 0%, 6%) |
| LAB | lab(81.8 -33.1 -19.6) |
| LCH | lch(81.8 38.5 210.7) |
| OKLCH | oklch(0.831 0.123 206.2) |
Copy-ready code
/* CSS */
color: #4bdeef;
background-color: #4bdeef;
/* Tailwind (arbitrary) */
class="text-[#4bdeef] bg-[#4bdeef]"
/* SCSS */
$brand: #4bdeef;
/* SwiftUI */
Color(red: 0.294, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#4bdeef")Accessibility — WCAG contrast
Aa
#4bdeef on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdeef on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green87.1%
Blue93.7%
CMYK percentages
Cyan68.6%
Magenta7.1%
Yellow0.0%
Key (black)6.3%
Color previews
#4bdeef text on a black background
contrast 12.99:1
Card sample
#4bdeef text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdeef;
Background color
Panel with #4bdeef background
background-color: #4bdeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdeef; background: linear-gradient(135deg, #4bdeef, #4B71EF);