#2dfcfc
a balanced, electric cyan · cool · “cyan”
RGB
45, 252, 252
HSL
180°, 97%, 58%
CMYK
82, 0, 0, 1
Luminance
0.7721
Every format
| HEX | #2dfcfc |
| RGB | rgb(45, 252, 252) |
| HSL | hsl(180, 97%, 58%) |
| CMYK | cmyk(82%, 0%, 0%, 1%) |
| LAB | lab(90.4 -46.0 -13.6) |
| LCH | lch(90.4 47.9 196.5) |
| OKLCH | oklch(0.900 0.148 194.8) |
Copy-ready code
/* CSS */
color: #2dfcfc;
background-color: #2dfcfc;
/* Tailwind (arbitrary) */
class="text-[#2dfcfc] bg-[#2dfcfc]"
/* SCSS */
$brand: #2dfcfc;
/* SwiftUI */
Color(red: 0.176, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#2dfcfc")Accessibility — WCAG contrast
Aa
#2dfcfc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfcfc on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.8%
Blue98.8%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#2dfcfc text on a black background
contrast 16.44:1
Card sample
#2dfcfc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfcfc;
Background color
Panel with #2dfcfc background
background-color: #2dfcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfcfc; background: linear-gradient(135deg, #2dfcfc, #2D72FC);