#3feceb
a balanced, electric cyan · cool · closest name: cyan
RGB
63, 236, 235
HSL
180°, 82%, 59%
CMYK
73, 0, 0, 8
Luminance
0.6705
Every format
| HEX | #3feceb |
| RGB | rgb(63, 236, 235) |
| HSL | hsl(180, 82%, 59%) |
| CMYK | cmyk(73%, 0%, 0%, 8%) |
| LAB | lab(85.5 -42.1 -12.0) |
| LCH | lch(85.5 43.8 195.9) |
| OKLCH | oklch(0.860 0.135 194.3) |
Copy-ready code
/* CSS */
color: #3feceb;
background-color: #3feceb;
/* Tailwind (arbitrary) */
class="text-[#3feceb] bg-[#3feceb]"
/* SCSS */
$brand: #3feceb;
/* SwiftUI */
Color(red: 0.247, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#3feceb")Accessibility — WCAG contrast
Aa
#3feceb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3feceb on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green92.5%
Blue92.2%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#3feceb text on a black background
contrast 14.41:1
Card sample
#3feceb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3feceb;
Background color
Panel with #3feceb background
background-color: #3feceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3feceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3feceb; background: linear-gradient(135deg, #3feceb, #3F79EC);