#3cffdb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 255, 219
HSL
169°, 100%, 62%
CMYK
77, 0, 14, 0
Luminance
0.7760
Every format
| HEX | #3cffdb |
| RGB | rgb(60, 255, 219) |
| HSL | hsl(169, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 14%, 0%) |
| LAB | lab(90.6 -54.7 3.8) |
| LCH | lch(90.6 54.9 176.0) |
| OKLCH | oklch(0.899 0.156 176.6) |
Copy-ready code
/* CSS */
color: #3cffdb;
background-color: #3cffdb;
/* Tailwind (arbitrary) */
class="text-[#3cffdb] bg-[#3cffdb]"
/* SCSS */
$brand: #3cffdb;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#3cffdb")Accessibility — WCAG contrast
Aa
#3cffdb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cffdb on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue85.9%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#3cffdb text on a black background
contrast 16.52:1
Card sample
#3cffdb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cffdb;
Background color
Panel with #3cffdb background
background-color: #3cffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cffdb; background: linear-gradient(135deg, #3cffdb, #3CA1FF);