#2decff
a balanced, electric cyan · cool · closest name: cyan
RGB
45, 236, 255
HSL
185°, 100%, 59%
CMYK
82, 8, 0, 0
Luminance
0.6777
Every format
| HEX | #2decff |
| RGB | rgb(45, 236, 255) |
| HSL | hsl(185, 100%, 59%) |
| CMYK | cmyk(82%, 8%, 0%, 0%) |
| LAB | lab(85.9 -37.9 -22.0) |
| LCH | lch(85.9 43.8 210.1) |
| OKLCH | oklch(0.864 0.141 205.7) |
Copy-ready code
/* CSS */
color: #2decff;
background-color: #2decff;
/* Tailwind (arbitrary) */
class="text-[#2decff] bg-[#2decff]"
/* SCSS */
$brand: #2decff;
/* SwiftUI */
Color(red: 0.176, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#2decff")Accessibility — WCAG contrast
Aa
#2decff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2decff on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green92.5%
Blue100.0%
CMYK percentages
Cyan82.4%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#2decff text on a black background
contrast 14.55:1
Card sample
#2decff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2decff;
Background color
Panel with #2decff background
background-color: #2decff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2decff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2decff; background: linear-gradient(135deg, #2decff, #2D60FF);