#4cd0db
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 208, 219
HSL
185°, 67%, 58%
CMYK
65, 5, 0, 14
Luminance
0.5176
Every format
| HEX | #4cd0db |
| RGB | rgb(76, 208, 219) |
| HSL | hsl(185, 67%, 58%) |
| CMYK | cmyk(65%, 5%, 0%, 14%) |
| LAB | lab(77.1 -32.1 -16.0) |
| LCH | lch(77.1 35.9 206.5) |
| OKLCH | oklch(0.791 0.114 203.0) |
Copy-ready code
/* CSS */
color: #4cd0db;
background-color: #4cd0db;
/* Tailwind (arbitrary) */
class="text-[#4cd0db] bg-[#4cd0db]"
/* SCSS */
$brand: #4cd0db;
/* SwiftUI */
Color(red: 0.298, green: 0.816, blue: 0.859)
/* Android */
Color.parseColor("#4cd0db")Accessibility — WCAG contrast
Aa
#4cd0db on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd0db on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green81.6%
Blue85.9%
CMYK percentages
Cyan65.3%
Magenta5.0%
Yellow0.0%
Key (black)14.1%
Color previews
#4cd0db text on a black background
contrast 11.35:1
Card sample
#4cd0db text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd0db;
Background color
Panel with #4cd0db background
background-color: #4cd0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 208, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 208, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd0db; background: linear-gradient(135deg, #4cd0db, #4C71DB);