#2afceb
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 252, 235
HSL
175°, 97%, 58%
CMYK
83, 0, 7, 1
Luminance
0.7611
Every format
| HEX | #2afceb |
| RGB | rgb(42, 252, 235) |
| HSL | hsl(175, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 7%, 1%) |
| LAB | lab(89.9 -50.9 -5.5) |
| LCH | lch(89.9 51.2 186.2) |
| OKLCH | oklch(0.894 0.151 186.0) |
Copy-ready code
/* CSS */
color: #2afceb;
background-color: #2afceb;
/* Tailwind (arbitrary) */
class="text-[#2afceb] bg-[#2afceb]"
/* SCSS */
$brand: #2afceb;
/* SwiftUI */
Color(red: 0.165, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#2afceb")Accessibility — WCAG contrast
Aa
#2afceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afceb on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#2afceb text on a black background
contrast 16.22:1
Card sample
#2afceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afceb;
Background color
Panel with #2afceb background
background-color: #2afceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afceb; background: linear-gradient(135deg, #2afceb, #2A81FC);