#4cbdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 189, 207
HSL
188°, 58%, 56%
CMYK
63, 9, 0, 19
Luminance
0.4244
Every format
| HEX | #4cbdcf |
| RGB | rgb(76, 189, 207) |
| HSL | hsl(188, 58%, 56%) |
| CMYK | cmyk(63%, 9%, 0%, 19%) |
| LAB | lab(71.2 -26.3 -18.5) |
| LCH | lch(71.2 32.2 215.2) |
| OKLCH | oklch(0.741 0.104 209.7) |
Copy-ready code
/* CSS */
color: #4cbdcf;
background-color: #4cbdcf;
/* Tailwind (arbitrary) */
class="text-[#4cbdcf] bg-[#4cbdcf]"
/* SCSS */
$brand: #4cbdcf;
/* SwiftUI */
Color(red: 0.298, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#4cbdcf")Accessibility — WCAG contrast
Aa
#4cbdcf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbdcf on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.1%
Blue81.2%
CMYK percentages
Cyan63.3%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#4cbdcf text on a black background
contrast 9.49:1
Card sample
#4cbdcf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbdcf;
Background color
Panel with #4cbdcf background
background-color: #4cbdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbdcf; background: linear-gradient(135deg, #4cbdcf, #4C66CF);