#2dffee
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 255, 238
HSL
175°, 100%, 59%
CMYK
82, 0, 7, 0
Luminance
0.7825
Every format
| HEX | #2dffee |
| RGB | rgb(45, 255, 238) |
| HSL | hsl(175, 100%, 59%) |
| CMYK | cmyk(82%, 0%, 7%, 0%) |
| LAB | lab(90.9 -51.1 -5.6) |
| LCH | lch(90.9 51.4 186.3) |
| OKLCH | oklch(0.903 0.152 186.0) |
Copy-ready code
/* CSS */
color: #2dffee;
background-color: #2dffee;
/* Tailwind (arbitrary) */
class="text-[#2dffee] bg-[#2dffee]"
/* SCSS */
$brand: #2dffee;
/* SwiftUI */
Color(red: 0.176, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#2dffee")Accessibility — WCAG contrast
Aa
#2dffee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dffee on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green100.0%
Blue93.3%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#2dffee text on a black background
contrast 16.65:1
Card sample
#2dffee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dffee;
Background color
Panel with #2dffee background
background-color: #2dffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dffee; background: linear-gradient(135deg, #2dffee, #2D84FF);