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