#2cdcef
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 220, 239
HSL
186°, 86%, 56%
CMYK
82, 8, 0, 6
Luminance
0.5795
Every format
| HEX | #2cdcef |
| RGB | rgb(44, 220, 239) |
| HSL | hsl(186, 86%, 56%) |
| CMYK | cmyk(82%, 8%, 0%, 6%) |
| LAB | lab(80.7 -35.4 -21.4) |
| LCH | lch(80.7 41.4 211.1) |
| OKLCH | oklch(0.820 0.134 206.5) |
Copy-ready code
/* CSS */
color: #2cdcef;
background-color: #2cdcef;
/* Tailwind (arbitrary) */
class="text-[#2cdcef] bg-[#2cdcef]"
/* SCSS */
$brand: #2cdcef;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#2cdcef")Accessibility — WCAG contrast
Aa
#2cdcef on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdcef on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue93.7%
CMYK percentages
Cyan81.6%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#2cdcef text on a black background
contrast 12.59:1
Card sample
#2cdcef text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdcef;
Background color
Panel with #2cdcef background
background-color: #2cdcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdcef; background: linear-gradient(135deg, #2cdcef, #2C5AEF);