#3af4cd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
58, 244, 205
HSL
167°, 89%, 59%
CMYK
76, 0, 16, 4
Luminance
0.7001
Every format
| HEX | #3af4cd |
| RGB | rgb(58, 244, 205) |
| HSL | hsl(167, 89%, 59%) |
| CMYK | cmyk(76%, 0%, 16%, 4%) |
| LAB | lab(87.0 -54.0 5.9) |
| LCH | lch(87.0 54.3 173.8) |
| OKLCH | oklch(0.869 0.153 174.5) |
Copy-ready code
/* CSS */
color: #3af4cd;
background-color: #3af4cd;
/* Tailwind (arbitrary) */
class="text-[#3af4cd] bg-[#3af4cd]"
/* SCSS */
$brand: #3af4cd;
/* SwiftUI */
Color(red: 0.227, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#3af4cd")Accessibility — WCAG contrast
Aa
#3af4cd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af4cd on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green95.7%
Blue80.4%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#3af4cd text on a black background
contrast 15.00:1
Card sample
#3af4cd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af4cd;
Background color
Panel with #3af4cd background
background-color: #3af4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af4cd; background: linear-gradient(135deg, #3af4cd, #3A9FF4);