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