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