#2aeceb
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 236, 235
HSL
180°, 84%, 55%
CMYK
82, 0, 0, 8
Luminance
0.6648
Every format
| HEX | #2aeceb |
| RGB | rgb(42, 236, 235) |
| HSL | hsl(180, 84%, 55%) |
| CMYK | cmyk(82%, 0%, 0%, 8%) |
| LAB | lab(85.2 -44.0 -12.4) |
| LCH | lch(85.2 45.7 195.8) |
| OKLCH | oklch(0.856 0.141 194.3) |
Copy-ready code
/* CSS */
color: #2aeceb;
background-color: #2aeceb;
/* Tailwind (arbitrary) */
class="text-[#2aeceb] bg-[#2aeceb]"
/* SCSS */
$brand: #2aeceb;
/* SwiftUI */
Color(red: 0.165, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#2aeceb")Accessibility — WCAG contrast
Aa
#2aeceb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aeceb on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#2aeceb text on a black background
contrast 14.30:1
Card sample
#2aeceb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aeceb;
Background color
Panel with #2aeceb background
background-color: #2aeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aeceb; background: linear-gradient(135deg, #2aeceb, #2A6CEC);