#4beddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
75, 237, 223
HSL
175°, 82%, 61%
CMYK
68, 0, 6, 7
Luminance
0.6739
Every format
| HEX | #4beddf |
| RGB | rgb(75, 237, 223) |
| HSL | hsl(175, 82%, 61%) |
| CMYK | cmyk(68%, 0%, 6%, 7%) |
| LAB | lab(85.7 -44.4 -5.4) |
| LCH | lch(85.7 44.7 186.9) |
| OKLCH | oklch(0.860 0.133 186.6) |
Copy-ready code
/* CSS */
color: #4beddf;
background-color: #4beddf;
/* Tailwind (arbitrary) */
class="text-[#4beddf] bg-[#4beddf]"
/* SCSS */
$brand: #4beddf;
/* SwiftUI */
Color(red: 0.294, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#4beddf")Accessibility — WCAG contrast
Aa
#4beddf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4beddf on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green92.9%
Blue87.5%
CMYK percentages
Cyan68.4%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#4beddf text on a black background
contrast 14.48:1
Card sample
#4beddf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4beddf;
Background color
Panel with #4beddf background
background-color: #4beddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4beddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4beddf; background: linear-gradient(135deg, #4beddf, #4B8FED);