#4cbfd3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 191, 211
HSL
189°, 61%, 56%
CMYK
64, 10, 0, 17
Luminance
0.4350
Every format
| HEX | #4cbfd3 |
| RGB | rgb(76, 191, 211) |
| HSL | hsl(189, 61%, 56%) |
| CMYK | cmyk(64%, 10%, 0%, 17%) |
| LAB | lab(71.9 -26.1 -19.6) |
| LCH | lch(71.9 32.7 216.9) |
| OKLCH | oklch(0.748 0.106 211.0) |
Copy-ready code
/* CSS */
color: #4cbfd3;
background-color: #4cbfd3;
/* Tailwind (arbitrary) */
class="text-[#4cbfd3] bg-[#4cbfd3]"
/* SCSS */
$brand: #4cbfd3;
/* SwiftUI */
Color(red: 0.298, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#4cbfd3")Accessibility — WCAG contrast
Aa
#4cbfd3 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbfd3 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.9%
Blue82.7%
CMYK percentages
Cyan64.0%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#4cbfd3 text on a black background
contrast 9.70:1
Card sample
#4cbfd3 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbfd3;
Background color
Panel with #4cbfd3 background
background-color: #4cbfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbfd3; background: linear-gradient(135deg, #4cbfd3, #4C65D3);