#4abceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 188, 235
HSL
198°, 80%, 61%
CMYK
69, 20, 0, 8
Luminance
0.4342
Every format
| HEX | #4abceb |
| RGB | rgb(74, 188, 235) |
| HSL | hsl(198, 80%, 61%) |
| CMYK | cmyk(69%, 20%, 0%, 8%) |
| LAB | lab(71.8 -17.5 -32.8) |
| LCH | lch(71.8 37.2 241.9) |
| OKLCH | oklch(0.750 0.121 229.1) |
Copy-ready code
/* CSS */
color: #4abceb;
background-color: #4abceb;
/* Tailwind (arbitrary) */
class="text-[#4abceb] bg-[#4abceb]"
/* SCSS */
$brand: #4abceb;
/* SwiftUI */
Color(red: 0.290, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#4abceb")Accessibility — WCAG contrast
Aa
#4abceb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abceb on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan68.5%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#4abceb text on a black background
contrast 9.68:1
Card sample
#4abceb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abceb;
Background color
Panel with #4abceb background
background-color: #4abceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abceb; background: linear-gradient(135deg, #4abceb, #4A51EB);