#4cbeef
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 190, 239
HSL
198°, 84%, 62%
CMYK
68, 21, 0, 6
Luminance
0.4460
Every format
| HEX | #4cbeef |
| RGB | rgb(76, 190, 239) |
| HSL | hsl(198, 84%, 62%) |
| CMYK | cmyk(68%, 21%, 0%, 6%) |
| LAB | lab(72.6 -17.0 -33.7) |
| LCH | lch(72.6 37.8 243.2) |
| OKLCH | oklch(0.757 0.123 230.1) |
Copy-ready code
/* CSS */
color: #4cbeef;
background-color: #4cbeef;
/* Tailwind (arbitrary) */
class="text-[#4cbeef] bg-[#4cbeef]"
/* SCSS */
$brand: #4cbeef;
/* SwiftUI */
Color(red: 0.298, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#4cbeef")Accessibility — WCAG contrast
Aa
#4cbeef on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbeef on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.5%
Blue93.7%
CMYK percentages
Cyan68.2%
Magenta20.5%
Yellow0.0%
Key (black)6.3%
Color previews
#4cbeef text on a black background
contrast 9.92:1
Card sample
#4cbeef text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbeef;
Background color
Panel with #4cbeef background
background-color: #4cbeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbeef; background: linear-gradient(135deg, #4cbeef, #4C52EF);