#4bbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 191, 223
HSL
193°, 70%, 58%
CMYK
66, 14, 0, 13
Luminance
0.4409
Every format
| HEX | #4bbfdf |
| RGB | rgb(75, 191, 223) |
| HSL | hsl(193, 70%, 58%) |
| CMYK | cmyk(66%, 14%, 0%, 13%) |
| LAB | lab(72.3 -22.7 -25.6) |
| LCH | lch(72.3 34.2 228.4) |
| OKLCH | oklch(0.752 0.112 219.5) |
Copy-ready code
/* CSS */
color: #4bbfdf;
background-color: #4bbfdf;
/* Tailwind (arbitrary) */
class="text-[#4bbfdf] bg-[#4bbfdf]"
/* SCSS */
$brand: #4bbfdf;
/* SwiftUI */
Color(red: 0.294, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#4bbfdf")Accessibility — WCAG contrast
Aa
#4bbfdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbfdf on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4bbfdf text on a black background
contrast 9.82:1
Card sample
#4bbfdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbfdf;
Background color
Panel with #4bbfdf background
background-color: #4bbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbfdf; background: linear-gradient(135deg, #4bbfdf, #4B5CDF);