#2dfbfe
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 251, 254
HSL
181°, 99%, 59%
CMYK
82, 1, 0, 0
Luminance
0.7671
Every format
| HEX | #2dfbfe |
| RGB | rgb(45, 251, 254) |
| HSL | hsl(181, 99%, 59%) |
| CMYK | cmyk(82%, 1%, 0%, 0%) |
| LAB | lab(90.2 -45.0 -15.0) |
| LCH | lch(90.2 47.4 198.4) |
| OKLCH | oklch(0.898 0.147 196.5) |
Copy-ready code
/* CSS */
color: #2dfbfe;
background-color: #2dfbfe;
/* Tailwind (arbitrary) */
class="text-[#2dfbfe] bg-[#2dfbfe]"
/* SCSS */
$brand: #2dfbfe;
/* SwiftUI */
Color(red: 0.176, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#2dfbfe")Accessibility — WCAG contrast
Aa
#2dfbfe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfbfe on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.4%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#2dfbfe text on a black background
contrast 16.34:1
Card sample
#2dfbfe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfbfe;
Background color
Panel with #2dfbfe background
background-color: #2dfbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfbfe; background: linear-gradient(135deg, #2dfbfe, #2D6FFE);