#2ddfe3
a balanced, electric cyan · cool · closest name: turquoise
RGB
45, 223, 227
HSL
181°, 77%, 53%
CMYK
80, 2, 0, 11
Luminance
0.5888
Every format
| HEX | #2ddfe3 |
| RGB | rgb(45, 223, 227) |
| HSL | hsl(181, 77%, 53%) |
| CMYK | cmyk(80%, 2%, 0%, 11%) |
| LAB | lab(81.2 -40.3 -14.2) |
| LCH | lch(81.2 42.7 199.5) |
| OKLCH | oklch(0.823 0.133 197.3) |
Copy-ready code
/* CSS */
color: #2ddfe3;
background-color: #2ddfe3;
/* Tailwind (arbitrary) */
class="text-[#2ddfe3] bg-[#2ddfe3]"
/* SCSS */
$brand: #2ddfe3;
/* SwiftUI */
Color(red: 0.176, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#2ddfe3")Accessibility — WCAG contrast
Aa
#2ddfe3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ddfe3 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green87.5%
Blue89.0%
CMYK percentages
Cyan80.2%
Magenta1.8%
Yellow0.0%
Key (black)11.0%
Color previews
#2ddfe3 text on a black background
contrast 12.78:1
Card sample
#2ddfe3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ddfe3;
Background color
Panel with #2ddfe3 background
background-color: #2ddfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ddfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ddfe3; background: linear-gradient(135deg, #2ddfe3, #2D66E3);