#4bcfdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 207, 219
HSL
185°, 67%, 58%
CMYK
66, 6, 0, 14
Luminance
0.5124
Every format
| HEX | #4bcfdb |
| RGB | rgb(75, 207, 219) |
| HSL | hsl(185, 67%, 58%) |
| CMYK | cmyk(66%, 6%, 0%, 14%) |
| LAB | lab(76.8 -31.8 -16.5) |
| LCH | lch(76.8 35.8 207.5) |
| OKLCH | oklch(0.788 0.114 203.7) |
Copy-ready code
/* CSS */
color: #4bcfdb;
background-color: #4bcfdb;
/* Tailwind (arbitrary) */
class="text-[#4bcfdb] bg-[#4bcfdb]"
/* SCSS */
$brand: #4bcfdb;
/* SwiftUI */
Color(red: 0.294, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#4bcfdb")Accessibility — WCAG contrast
Aa
#4bcfdb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcfdb on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green81.2%
Blue85.9%
CMYK percentages
Cyan65.8%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#4bcfdb text on a black background
contrast 11.25:1
Card sample
#4bcfdb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcfdb;
Background color
Panel with #4bcfdb background
background-color: #4bcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcfdb; background: linear-gradient(135deg, #4bcfdb, #4B6FDB);