#4bc2cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 194, 203
HSL
184°, 55%, 55%
CMYK
63, 4, 0, 20
Luminance
0.4439
Every format
| HEX | #4bc2cb |
| RGB | rgb(75, 194, 203) |
| HSL | hsl(184, 55%, 55%) |
| CMYK | cmyk(63%, 4%, 0%, 20%) |
| LAB | lab(72.5 -30.1 -14.4) |
| LCH | lch(72.5 33.4 205.5) |
| OKLCH | oklch(0.751 0.105 202.2) |
Copy-ready code
/* CSS */
color: #4bc2cb;
background-color: #4bc2cb;
/* Tailwind (arbitrary) */
class="text-[#4bc2cb] bg-[#4bc2cb]"
/* SCSS */
$brand: #4bc2cb;
/* SwiftUI */
Color(red: 0.294, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#4bc2cb")Accessibility — WCAG contrast
Aa
#4bc2cb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc2cb on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green76.1%
Blue79.6%
CMYK percentages
Cyan63.1%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#4bc2cb text on a black background
contrast 9.88:1
Card sample
#4bc2cb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc2cb;
Background color
Panel with #4bc2cb background
background-color: #4bc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc2cb; background: linear-gradient(135deg, #4bc2cb, #4B6DCB);