#20dfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
32, 223, 235
HSL
184°, 84%, 52%
CMYK
86, 5, 0, 8
Luminance
0.5908
Every format
| HEX | #20dfeb |
| RGB | rgb(32, 223, 235) |
| HSL | hsl(184, 84%, 52%) |
| CMYK | cmyk(86%, 5%, 0%, 8%) |
| LAB | lab(81.3 -38.8 -18.3) |
| LCH | lch(81.3 42.9 205.3) |
| OKLCH | oklch(0.824 0.136 202.0) |
Copy-ready code
/* CSS */
color: #20dfeb;
background-color: #20dfeb;
/* Tailwind (arbitrary) */
class="text-[#20dfeb] bg-[#20dfeb]"
/* SCSS */
$brand: #20dfeb;
/* SwiftUI */
Color(red: 0.125, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#20dfeb")Accessibility — WCAG contrast
Aa
#20dfeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20dfeb on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan86.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#20dfeb text on a black background
contrast 12.82:1
Card sample
#20dfeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20dfeb;
Background color
Panel with #20dfeb background
background-color: #20dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20dfeb; background: linear-gradient(135deg, #20dfeb, #2058EB);