#4bcfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 207, 223
HSL
187°, 70%, 58%
CMYK
66, 7, 0, 13
Luminance
0.5145
Every format
| HEX | #4bcfdf |
| RGB | rgb(75, 207, 223) |
| HSL | hsl(187, 70%, 58%) |
| CMYK | cmyk(66%, 7%, 0%, 13%) |
| LAB | lab(77.0 -30.6 -18.5) |
| LCH | lch(77.0 35.7 211.1) |
| OKLCH | oklch(0.789 0.115 206.6) |
Copy-ready code
/* CSS */
color: #4bcfdf;
background-color: #4bcfdf;
/* Tailwind (arbitrary) */
class="text-[#4bcfdf] bg-[#4bcfdf]"
/* SCSS */
$brand: #4bcfdf;
/* SwiftUI */
Color(red: 0.294, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#4bcfdf")Accessibility — WCAG contrast
Aa
#4bcfdf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcfdf on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4bcfdf text on a black background
contrast 11.29:1
Card sample
#4bcfdf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcfdf;
Background color
Panel with #4bcfdf background
background-color: #4bcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcfdf; background: linear-gradient(135deg, #4bcfdf, #4B6CDF);