#4cc2db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 194, 219
HSL
191°, 67%, 58%
CMYK
65, 11, 0, 14
Luminance
0.4523
Every format
| HEX | #4cc2db |
| RGB | rgb(76, 194, 219) |
| HSL | hsl(191, 67%, 58%) |
| CMYK | cmyk(65%, 11%, 0%, 14%) |
| LAB | lab(73.0 -25.2 -22.2) |
| LCH | lch(73.0 33.6 221.4) |
| OKLCH | oklch(0.758 0.110 214.3) |
Copy-ready code
/* CSS */
color: #4cc2db;
background-color: #4cc2db;
/* Tailwind (arbitrary) */
class="text-[#4cc2db] bg-[#4cc2db]"
/* SCSS */
$brand: #4cc2db;
/* SwiftUI */
Color(red: 0.298, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#4cc2db")Accessibility — WCAG contrast
Aa
#4cc2db on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cc2db on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green76.1%
Blue85.9%
CMYK percentages
Cyan65.3%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#4cc2db text on a black background
contrast 10.05:1
Card sample
#4cc2db text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cc2db;
Background color
Panel with #4cc2db background
background-color: #4cc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cc2db; background: linear-gradient(135deg, #4cc2db, #4C62DB);