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