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