#3afbdc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
58, 251, 220
HSL
170°, 96%, 61%
CMYK
77, 0, 12, 2
Luminance
0.7506
Every format
| HEX | #3afbdc |
| RGB | rgb(58, 251, 220) |
| HSL | hsl(170, 96%, 61%) |
| CMYK | cmyk(77%, 0%, 12%, 2%) |
| LAB | lab(89.4 -53.0 1.6) |
| LCH | lch(89.4 53.1 178.3) |
| OKLCH | oklch(0.890 0.152 178.7) |
Copy-ready code
/* CSS */
color: #3afbdc;
background-color: #3afbdc;
/* Tailwind (arbitrary) */
class="text-[#3afbdc] bg-[#3afbdc]"
/* SCSS */
$brand: #3afbdc;
/* SwiftUI */
Color(red: 0.227, green: 0.984, blue: 0.863)
/* Android */
Color.parseColor("#3afbdc")Accessibility — WCAG contrast
Aa
#3afbdc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3afbdc on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green98.4%
Blue86.3%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow12.4%
Key (black)1.6%
Color previews
#3afbdc text on a black background
contrast 16.01:1
Card sample
#3afbdc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3afbdc;
Background color
Panel with #3afbdc background
background-color: #3afbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3afbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 251, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 251, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3afbdc; background: linear-gradient(135deg, #3afbdc, #3A99FB);