#4ccecf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 206, 207
HSL
181°, 58%, 56%
CMYK
63, 1, 0, 19
Luminance
0.5018
Every format
| HEX | #4ccecf |
| RGB | rgb(76, 206, 207) |
| HSL | hsl(181, 58%, 56%) |
| CMYK | cmyk(63%, 1%, 0%, 19%) |
| LAB | lab(76.2 -34.5 -11.0) |
| LCH | lch(76.2 36.2 197.7) |
| OKLCH | oklch(0.782 0.112 195.8) |
Copy-ready code
/* CSS */
color: #4ccecf;
background-color: #4ccecf;
/* Tailwind (arbitrary) */
class="text-[#4ccecf] bg-[#4ccecf]"
/* SCSS */
$brand: #4ccecf;
/* SwiftUI */
Color(red: 0.298, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#4ccecf")Accessibility — WCAG contrast
Aa
#4ccecf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccecf on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.8%
Blue81.2%
CMYK percentages
Cyan63.3%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#4ccecf text on a black background
contrast 11.04:1
Card sample
#4ccecf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccecf;
Background color
Panel with #4ccecf background
background-color: #4ccecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccecf; background: linear-gradient(135deg, #4ccecf, #4C77CF);