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