#4cbfd0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 191, 208
HSL
188°, 58%, 56%
CMYK
64, 8, 0, 18
Luminance
0.4335
Every format
| HEX | #4cbfd0 |
| RGB | rgb(76, 191, 208) |
| HSL | hsl(188, 58%, 56%) |
| CMYK | cmyk(64%, 8%, 0%, 18%) |
| LAB | lab(71.8 -27.0 -18.1) |
| LCH | lch(71.8 32.5 213.9) |
| OKLCH | oklch(0.746 0.105 208.7) |
Copy-ready code
/* CSS */
color: #4cbfd0;
background-color: #4cbfd0;
/* Tailwind (arbitrary) */
class="text-[#4cbfd0] bg-[#4cbfd0]"
/* SCSS */
$brand: #4cbfd0;
/* SwiftUI */
Color(red: 0.298, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#4cbfd0")Accessibility — WCAG contrast
Aa
#4cbfd0 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbfd0 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.9%
Blue81.6%
CMYK percentages
Cyan63.5%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#4cbfd0 text on a black background
contrast 9.67:1
Card sample
#4cbfd0 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbfd0;
Background color
Panel with #4cbfd0 background
background-color: #4cbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbfd0; background: linear-gradient(135deg, #4cbfd0, #4C67D0);