#4abdcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 189, 205
HSL
187°, 57%, 55%
CMYK
64, 8, 0, 20
Luminance
0.4226
Every format
| HEX | #4abdcd |
| RGB | rgb(74, 189, 205) |
| HSL | hsl(187, 57%, 55%) |
| CMYK | cmyk(64%, 8%, 0%, 20%) |
| LAB | lab(71.0 -27.2 -17.6) |
| LCH | lch(71.0 32.4 212.9) |
| OKLCH | oklch(0.740 0.104 208.0) |
Copy-ready code
/* CSS */
color: #4abdcd;
background-color: #4abdcd;
/* Tailwind (arbitrary) */
class="text-[#4abdcd] bg-[#4abdcd]"
/* SCSS */
$brand: #4abdcd;
/* SwiftUI */
Color(red: 0.290, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#4abdcd")Accessibility — WCAG contrast
Aa
#4abdcd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abdcd on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green74.1%
Blue80.4%
CMYK percentages
Cyan63.9%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#4abdcd text on a black background
contrast 9.45:1
Card sample
#4abdcd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abdcd;
Background color
Panel with #4abdcd background
background-color: #4abdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abdcd; background: linear-gradient(135deg, #4abdcd, #4A66CD);