#2afbee
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 251, 238
HSL
176°, 96%, 58%
CMYK
83, 0, 5, 2
Luminance
0.7566
Every format
| HEX | #2afbee |
| RGB | rgb(42, 251, 238) |
| HSL | hsl(176, 96%, 58%) |
| CMYK | cmyk(83%, 0%, 5%, 2%) |
| LAB | lab(89.7 -49.6 -7.4) |
| LCH | lch(89.7 50.2 188.5) |
| OKLCH | oklch(0.893 0.150 188.0) |
Copy-ready code
/* CSS */
color: #2afbee;
background-color: #2afbee;
/* Tailwind (arbitrary) */
class="text-[#2afbee] bg-[#2afbee]"
/* SCSS */
$brand: #2afbee;
/* SwiftUI */
Color(red: 0.165, green: 0.984, blue: 0.933)
/* Android */
Color.parseColor("#2afbee")Accessibility — WCAG contrast
Aa
#2afbee on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afbee on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green98.4%
Blue93.3%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow5.2%
Key (black)1.6%
Color previews
#2afbee text on a black background
contrast 16.13:1
Card sample
#2afbee text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afbee;
Background color
Panel with #2afbee background
background-color: #2afbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 251, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 251, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afbee; background: linear-gradient(135deg, #2afbee, #2A7DFB);