#2df6fe
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 246, 254
HSL
182°, 99%, 59%
CMYK
82, 3, 0, 0
Luminance
0.7363
Every format
| HEX | #2df6fe |
| RGB | rgb(45, 246, 254) |
| HSL | hsl(182, 99%, 59%) |
| CMYK | cmyk(82%, 3%, 0%, 0%) |
| LAB | lab(88.7 -42.8 -17.1) |
| LCH | lch(88.7 46.1 201.8) |
| OKLCH | oklch(0.887 0.145 199.2) |
Copy-ready code
/* CSS */
color: #2df6fe;
background-color: #2df6fe;
/* Tailwind (arbitrary) */
class="text-[#2df6fe] bg-[#2df6fe]"
/* SCSS */
$brand: #2df6fe;
/* SwiftUI */
Color(red: 0.176, green: 0.965, blue: 0.996)
/* Android */
Color.parseColor("#2df6fe")Accessibility — WCAG contrast
Aa
#2df6fe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df6fe on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green96.5%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta3.1%
Yellow0.0%
Key (black)0.4%
Color previews
#2df6fe text on a black background
contrast 15.73:1
Card sample
#2df6fe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df6fe;
Background color
Panel with #2df6fe background
background-color: #2df6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 246, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 246, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df6fe; background: linear-gradient(135deg, #2df6fe, #2D6BFE);