#2deddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
45, 237, 223
HSL
176°, 84%, 55%
CMYK
81, 0, 6, 7
Luminance
0.6645
Every format
| HEX | #2deddf |
| RGB | rgb(45, 237, 223) |
| HSL | hsl(176, 84%, 55%) |
| CMYK | cmyk(81%, 0%, 6%, 7%) |
| LAB | lab(85.2 -47.5 -6.2) |
| LCH | lch(85.2 47.9 187.4) |
| OKLCH | oklch(0.855 0.143 187.0) |
Copy-ready code
/* CSS */
color: #2deddf;
background-color: #2deddf;
/* Tailwind (arbitrary) */
class="text-[#2deddf] bg-[#2deddf]"
/* SCSS */
$brand: #2deddf;
/* SwiftUI */
Color(red: 0.176, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#2deddf")Accessibility — WCAG contrast
Aa
#2deddf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2deddf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan81.0%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#2deddf text on a black background
contrast 14.29:1
Card sample
#2deddf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2deddf;
Background color
Panel with #2deddf background
background-color: #2deddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2deddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2deddf; background: linear-gradient(135deg, #2deddf, #2D7BED);