#3afccb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
58, 252, 203
HSL
165°, 97%, 61%
CMYK
77, 0, 19, 1
Luminance
0.7483
Every format
| HEX | #3afccb |
| RGB | rgb(58, 252, 203) |
| HSL | hsl(165, 97%, 61%) |
| CMYK | cmyk(77%, 0%, 19%, 1%) |
| LAB | lab(89.3 -57.6 10.3) |
| LCH | lch(89.3 58.5 169.9) |
| OKLCH | oklch(0.887 0.163 170.8) |
Copy-ready code
/* CSS */
color: #3afccb;
background-color: #3afccb;
/* Tailwind (arbitrary) */
class="text-[#3afccb] bg-[#3afccb]"
/* SCSS */
$brand: #3afccb;
/* SwiftUI */
Color(red: 0.227, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#3afccb")Accessibility — WCAG contrast
Aa
#3afccb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3afccb on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green98.8%
Blue79.6%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#3afccb text on a black background
contrast 15.97:1
Card sample
#3afccb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3afccb;
Background color
Panel with #3afccb background
background-color: #3afccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3afccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3afccb; background: linear-gradient(135deg, #3afccb, #3AACFC);