#2dfefc
a balanced, electric cyan · cool · “cyan”
RGB
45, 254, 252
HSL
179°, 99%, 59%
CMYK
82, 0, 1, 0
Luminance
0.7847
Every format
| HEX | #2dfefc |
| RGB | rgb(45, 254, 252) |
| HSL | hsl(179, 99%, 59%) |
| CMYK | cmyk(82%, 0%, 1%, 0%) |
| LAB | lab(91.0 -46.8 -12.7) |
| LCH | lch(91.0 48.5 195.2) |
| OKLCH | oklch(0.905 0.149 193.8) |
Copy-ready code
/* CSS */
color: #2dfefc;
background-color: #2dfefc;
/* Tailwind (arbitrary) */
class="text-[#2dfefc] bg-[#2dfefc]"
/* SCSS */
$brand: #2dfefc;
/* SwiftUI */
Color(red: 0.176, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#2dfefc")Accessibility — WCAG contrast
Aa
#2dfefc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfefc on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green99.6%
Blue98.8%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#2dfefc text on a black background
contrast 16.69:1
Card sample
#2dfefc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfefc;
Background color
Panel with #2dfefc background
background-color: #2dfefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfefc; background: linear-gradient(135deg, #2dfefc, #2D75FE);