#4cdadb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 218, 219
HSL
180°, 67%, 58%
CMYK
65, 1, 0, 14
Luminance
0.5679
Every format
| HEX | #4cdadb |
| RGB | rgb(76, 218, 219) |
| HSL | hsl(180, 67%, 58%) |
| CMYK | cmyk(65%, 1%, 0%, 14%) |
| LAB | lab(80.1 -36.8 -11.6) |
| LCH | lch(80.1 38.6 197.6) |
| OKLCH | oklch(0.814 0.119 195.7) |
Copy-ready code
/* CSS */
color: #4cdadb;
background-color: #4cdadb;
/* Tailwind (arbitrary) */
class="text-[#4cdadb] bg-[#4cdadb]"
/* SCSS */
$brand: #4cdadb;
/* SwiftUI */
Color(red: 0.298, green: 0.855, blue: 0.859)
/* Android */
Color.parseColor("#4cdadb")Accessibility — WCAG contrast
Aa
#4cdadb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdadb on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.5%
Blue85.9%
CMYK percentages
Cyan65.3%
Magenta0.5%
Yellow0.0%
Key (black)14.1%
Color previews
#4cdadb text on a black background
contrast 12.36:1
Card sample
#4cdadb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdadb;
Background color
Panel with #4cdadb background
background-color: #4cdadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 218, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 218, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdadb; background: linear-gradient(135deg, #4cdadb, #4C7BDB);