#4bebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
75, 235, 223
HSL
176°, 80%, 61%
CMYK
68, 0, 5, 8
Luminance
0.6624
Every format
| HEX | #4bebdf |
| RGB | rgb(75, 235, 223) |
| HSL | hsl(176, 80%, 61%) |
| CMYK | cmyk(68%, 0%, 5%, 8%) |
| LAB | lab(85.1 -43.5 -6.3) |
| LCH | lch(85.1 44.0 188.2) |
| OKLCH | oklch(0.856 0.131 187.7) |
Copy-ready code
/* CSS */
color: #4bebdf;
background-color: #4bebdf;
/* Tailwind (arbitrary) */
class="text-[#4bebdf] bg-[#4bebdf]"
/* SCSS */
$brand: #4bebdf;
/* SwiftUI */
Color(red: 0.294, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#4bebdf")Accessibility — WCAG contrast
Aa
#4bebdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bebdf on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green92.2%
Blue87.5%
CMYK percentages
Cyan68.1%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#4bebdf text on a black background
contrast 14.25:1
Card sample
#4bebdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bebdf;
Background color
Panel with #4bebdf background
background-color: #4bebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bebdf; background: linear-gradient(135deg, #4bebdf, #4B8CEB);