#2adfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 223, 235
HSL
184°, 83%, 54%
CMYK
82, 5, 0, 8
Luminance
0.5927
Every format
| HEX | #2adfeb |
| RGB | rgb(42, 223, 235) |
| HSL | hsl(184, 83%, 54%) |
| CMYK | cmyk(82%, 5%, 0%, 8%) |
| LAB | lab(81.4 -38.1 -18.2) |
| LCH | lch(81.4 42.2 205.5) |
| OKLCH | oklch(0.825 0.134 202.1) |
Copy-ready code
/* CSS */
color: #2adfeb;
background-color: #2adfeb;
/* Tailwind (arbitrary) */
class="text-[#2adfeb] bg-[#2adfeb]"
/* SCSS */
$brand: #2adfeb;
/* SwiftUI */
Color(red: 0.165, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#2adfeb")Accessibility — WCAG contrast
Aa
#2adfeb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adfeb on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan82.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#2adfeb text on a black background
contrast 12.85:1
Card sample
#2adfeb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adfeb;
Background color
Panel with #2adfeb background
background-color: #2adfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adfeb; background: linear-gradient(135deg, #2adfeb, #2A5EEB);