#2dfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 252, 235
HSL
175°, 97%, 58%
CMYK
82, 0, 7, 1
Luminance
0.7618
Every format
| HEX | #2dfceb |
| RGB | rgb(45, 252, 235) |
| HSL | hsl(175, 97%, 58%) |
| CMYK | cmyk(82%, 0%, 7%, 1%) |
| LAB | lab(89.9 -50.6 -5.5) |
| LCH | lch(89.9 50.9 186.2) |
| OKLCH | oklch(0.895 0.151 185.9) |
Copy-ready code
/* CSS */
color: #2dfceb;
background-color: #2dfceb;
/* Tailwind (arbitrary) */
class="text-[#2dfceb] bg-[#2dfceb]"
/* SCSS */
$brand: #2dfceb;
/* SwiftUI */
Color(red: 0.176, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#2dfceb")Accessibility — WCAG contrast
Aa
#2dfceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfceb on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#2dfceb text on a black background
contrast 16.24:1
Card sample
#2dfceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfceb;
Background color
Panel with #2dfceb background
background-color: #2dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfceb; background: linear-gradient(135deg, #2dfceb, #2D83FC);