#4acfe4
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 207, 228
HSL
188°, 74%, 59%
CMYK
68, 9, 0, 11
Luminance
0.5168
Every format
| HEX | #4acfe4 |
| RGB | rgb(74, 207, 228) |
| HSL | hsl(188, 74%, 59%) |
| CMYK | cmyk(68%, 9%, 0%, 11%) |
| LAB | lab(77.1 -29.3 -20.9) |
| LCH | lch(77.1 36.0 215.6) |
| OKLCH | oklch(0.791 0.117 210.0) |
Copy-ready code
/* CSS */
color: #4acfe4;
background-color: #4acfe4;
/* Tailwind (arbitrary) */
class="text-[#4acfe4] bg-[#4acfe4]"
/* SCSS */
$brand: #4acfe4;
/* SwiftUI */
Color(red: 0.290, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#4acfe4")Accessibility — WCAG contrast
Aa
#4acfe4 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acfe4 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green81.2%
Blue89.4%
CMYK percentages
Cyan67.5%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#4acfe4 text on a black background
contrast 11.34:1
Card sample
#4acfe4 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acfe4;
Background color
Panel with #4acfe4 background
background-color: #4acfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acfe4; background: linear-gradient(135deg, #4acfe4, #4A68E4);