#2adceb
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 220, 235
HSL
185°, 83%, 54%
CMYK
82, 6, 0, 8
Luminance
0.5768
Every format
| HEX | #2adceb |
| RGB | rgb(42, 220, 235) |
| HSL | hsl(185, 83%, 54%) |
| CMYK | cmyk(82%, 6%, 0%, 8%) |
| LAB | lab(80.6 -36.8 -19.5) |
| LCH | lch(80.6 41.6 207.9) |
| OKLCH | oklch(0.818 0.133 204.0) |
Copy-ready code
/* CSS */
color: #2adceb;
background-color: #2adceb;
/* Tailwind (arbitrary) */
class="text-[#2adceb] bg-[#2adceb]"
/* SCSS */
$brand: #2adceb;
/* SwiftUI */
Color(red: 0.165, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#2adceb")Accessibility — WCAG contrast
Aa
#2adceb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adceb on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green86.3%
Blue92.2%
CMYK percentages
Cyan82.1%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#2adceb text on a black background
contrast 12.54:1
Card sample
#2adceb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adceb;
Background color
Panel with #2adceb background
background-color: #2adceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adceb; background: linear-gradient(135deg, #2adceb, #2A5BEB);