#4ab5df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 181, 223
HSL
197°, 70%, 58%
CMYK
67, 19, 0, 13
Luminance
0.3983
Every format
| HEX | #4ab5df |
| RGB | rgb(74, 181, 223) |
| HSL | hsl(197, 70%, 58%) |
| CMYK | cmyk(67%, 19%, 0%, 13%) |
| LAB | lab(69.3 -17.7 -30.1) |
| LCH | lch(69.3 34.9 239.6) |
| OKLCH | oklch(0.728 0.114 227.6) |
Copy-ready code
/* CSS */
color: #4ab5df;
background-color: #4ab5df;
/* Tailwind (arbitrary) */
class="text-[#4ab5df] bg-[#4ab5df]"
/* SCSS */
$brand: #4ab5df;
/* SwiftUI */
Color(red: 0.290, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#4ab5df")Accessibility — WCAG contrast
Aa
#4ab5df on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ab5df on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green71.0%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta18.8%
Yellow0.0%
Key (black)12.5%
Color previews
#4ab5df text on a black background
contrast 8.97:1
Card sample
#4ab5df text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ab5df;
Background color
Panel with #4ab5df background
background-color: #4ab5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ab5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ab5df; background: linear-gradient(135deg, #4ab5df, #4A52DF);