#4cccdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 204, 219
HSL
186°, 67%, 58%
CMYK
65, 7, 0, 14
Luminance
0.4984
Every format
| HEX | #4cccdb |
| RGB | rgb(76, 204, 219) |
| HSL | hsl(186, 67%, 58%) |
| CMYK | cmyk(65%, 7%, 0%, 14%) |
| LAB | lab(76.0 -30.2 -17.8) |
| LCH | lch(76.0 35.0 210.5) |
| OKLCH | oklch(0.781 0.112 206.1) |
Copy-ready code
/* CSS */
color: #4cccdb;
background-color: #4cccdb;
/* Tailwind (arbitrary) */
class="text-[#4cccdb] bg-[#4cccdb]"
/* SCSS */
$brand: #4cccdb;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#4cccdb")Accessibility — WCAG contrast
Aa
#4cccdb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cccdb on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue85.9%
CMYK percentages
Cyan65.3%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#4cccdb text on a black background
contrast 10.97:1
Card sample
#4cccdb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cccdb;
Background color
Panel with #4cccdb background
background-color: #4cccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cccdb; background: linear-gradient(135deg, #4cccdb, #4C6DDB);