#3bfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
59, 252, 235
HSL
175°, 97%, 61%
CMYK
77, 0, 7, 1
Luminance
0.7655
Every format
| HEX | #3bfceb |
| RGB | rgb(59, 252, 235) |
| HSL | hsl(175, 97%, 61%) |
| CMYK | cmyk(77%, 0%, 7%, 1%) |
| LAB | lab(90.1 -49.5 -5.2) |
| LCH | lch(90.1 49.8 186.0) |
| OKLCH | oklch(0.897 0.147 185.8) |
Copy-ready code
/* CSS */
color: #3bfceb;
background-color: #3bfceb;
/* Tailwind (arbitrary) */
class="text-[#3bfceb] bg-[#3bfceb]"
/* SCSS */
$brand: #3bfceb;
/* SwiftUI */
Color(red: 0.231, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#3bfceb")Accessibility — WCAG contrast
Aa
#3bfceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfceb on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#3bfceb text on a black background
contrast 16.31:1
Card sample
#3bfceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfceb;
Background color
Panel with #3bfceb background
background-color: #3bfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfceb; background: linear-gradient(135deg, #3bfceb, #3B8CFC);