#4cd6db
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 214, 219
HSL
182°, 67%, 58%
CMYK
65, 2, 0, 14
Luminance
0.5474
Every format
| HEX | #4cd6db |
| RGB | rgb(76, 214, 219) |
| HSL | hsl(182, 67%, 58%) |
| CMYK | cmyk(65%, 2%, 0%, 14%) |
| LAB | lab(78.9 -34.9 -13.4) |
| LCH | lch(78.9 37.4 201.0) |
| OKLCH | oklch(0.805 0.117 198.6) |
Copy-ready code
/* CSS */
color: #4cd6db;
background-color: #4cd6db;
/* Tailwind (arbitrary) */
class="text-[#4cd6db] bg-[#4cd6db]"
/* SCSS */
$brand: #4cd6db;
/* SwiftUI */
Color(red: 0.298, green: 0.839, blue: 0.859)
/* Android */
Color.parseColor("#4cd6db")Accessibility — WCAG contrast
Aa
#4cd6db on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd6db on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green83.9%
Blue85.9%
CMYK percentages
Cyan65.3%
Magenta2.3%
Yellow0.0%
Key (black)14.1%
Color previews
#4cd6db text on a black background
contrast 11.95:1
Card sample
#4cd6db text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd6db;
Background color
Panel with #4cd6db background
background-color: #4cd6db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd6db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 214, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 214, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd6db; background: linear-gradient(135deg, #4cd6db, #4C77DB);