#4cdceb
a balanced, electric cyan · cool · closest name: turquoise
RGB
76, 220, 235
HSL
186°, 80%, 61%
CMYK
68, 6, 0, 8
Luminance
0.5872
Every format
| HEX | #4cdceb |
| RGB | rgb(76, 220, 235) |
| HSL | hsl(186, 80%, 61%) |
| CMYK | cmyk(68%, 6%, 0%, 8%) |
| LAB | lab(81.1 -33.2 -18.6) |
| LCH | lch(81.1 38.0 209.2) |
| OKLCH | oklch(0.825 0.121 205.1) |
Copy-ready code
/* CSS */
color: #4cdceb;
background-color: #4cdceb;
/* Tailwind (arbitrary) */
class="text-[#4cdceb] bg-[#4cdceb]"
/* SCSS */
$brand: #4cdceb;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#4cdceb")Accessibility — WCAG contrast
Aa
#4cdceb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdceb on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue92.2%
CMYK percentages
Cyan67.7%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4cdceb text on a black background
contrast 12.74:1
Card sample
#4cdceb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdceb;
Background color
Panel with #4cdceb background
background-color: #4cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdceb; background: linear-gradient(135deg, #4cdceb, #4C72EB);