#4abcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 188, 223
HSL
194°, 70%, 58%
CMYK
67, 16, 0, 13
Luminance
0.4275
Every format
| HEX | #4abcdf |
| RGB | rgb(74, 188, 223) |
| HSL | hsl(194, 70%, 58%) |
| CMYK | cmyk(67%, 16%, 0%, 13%) |
| LAB | lab(71.4 -21.3 -26.9) |
| LCH | lch(71.4 34.3 231.7) |
| OKLCH | oklch(0.745 0.113 221.8) |
Copy-ready code
/* CSS */
color: #4abcdf;
background-color: #4abcdf;
/* Tailwind (arbitrary) */
class="text-[#4abcdf] bg-[#4abcdf]"
/* SCSS */
$brand: #4abcdf;
/* SwiftUI */
Color(red: 0.290, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#4abcdf")Accessibility — WCAG contrast
Aa
#4abcdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abcdf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#4abcdf text on a black background
contrast 9.55:1
Card sample
#4abcdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abcdf;
Background color
Panel with #4abcdf background
background-color: #4abcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abcdf; background: linear-gradient(135deg, #4abcdf, #4A58DF);