#2dedeb
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 237, 235
HSL
179°, 84%, 55%
CMYK
81, 0, 1, 7
Luminance
0.6712
Every format
| HEX | #2dedeb |
| RGB | rgb(45, 237, 235) |
| HSL | hsl(179, 84%, 55%) |
| CMYK | cmyk(81%, 0%, 1%, 7%) |
| LAB | lab(85.6 -44.2 -11.9) |
| LCH | lch(85.6 45.8 195.1) |
| OKLCH | oklch(0.859 0.140 193.7) |
Copy-ready code
/* CSS */
color: #2dedeb;
background-color: #2dedeb;
/* Tailwind (arbitrary) */
class="text-[#2dedeb] bg-[#2dedeb]"
/* SCSS */
$brand: #2dedeb;
/* SwiftUI */
Color(red: 0.176, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#2dedeb")Accessibility — WCAG contrast
Aa
#2dedeb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dedeb on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green92.9%
Blue92.2%
CMYK percentages
Cyan81.0%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#2dedeb text on a black background
contrast 14.42:1
Card sample
#2dedeb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dedeb;
Background color
Panel with #2dedeb background
background-color: #2dedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dedeb; background: linear-gradient(135deg, #2dedeb, #2D6FED);