#4abcdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 188, 219
HSL
193°, 67%, 58%
CMYK
66, 14, 0, 14
Luminance
0.4254
Every format
| HEX | #4abcdb |
| RGB | rgb(74, 188, 219) |
| HSL | hsl(193, 67%, 58%) |
| CMYK | cmyk(66%, 14%, 0%, 14%) |
| LAB | lab(71.2 -22.5 -25.0) |
| LCH | lch(71.2 33.6 228.0) |
| OKLCH | oklch(0.743 0.110 219.2) |
Copy-ready code
/* CSS */
color: #4abcdb;
background-color: #4abcdb;
/* Tailwind (arbitrary) */
class="text-[#4abcdb] bg-[#4abcdb]"
/* SCSS */
$brand: #4abcdb;
/* SwiftUI */
Color(red: 0.290, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#4abcdb")Accessibility — WCAG contrast
Aa
#4abcdb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abcdb on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.7%
Blue85.9%
CMYK percentages
Cyan66.2%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#4abcdb text on a black background
contrast 9.51:1
Card sample
#4abcdb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abcdb;
Background color
Panel with #4abcdb background
background-color: #4abcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abcdb; background: linear-gradient(135deg, #4abcdb, #4A5CDB);