#3febdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
63, 235, 223
HSL
176°, 81%, 58%
CMYK
73, 0, 5, 8
Luminance
0.6580
Every format
| HEX | #3febdf |
| RGB | rgb(63, 235, 223) |
| HSL | hsl(176, 81%, 58%) |
| CMYK | cmyk(73%, 0%, 5%, 8%) |
| LAB | lab(84.9 -45.0 -6.6) |
| LCH | lch(84.9 45.5 188.4) |
| OKLCH | oklch(0.853 0.136 187.9) |
Copy-ready code
/* CSS */
color: #3febdf;
background-color: #3febdf;
/* Tailwind (arbitrary) */
class="text-[#3febdf] bg-[#3febdf]"
/* SCSS */
$brand: #3febdf;
/* SwiftUI */
Color(red: 0.247, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#3febdf")Accessibility — WCAG contrast
Aa
#3febdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3febdf on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green92.2%
Blue87.5%
CMYK percentages
Cyan73.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#3febdf text on a black background
contrast 14.16:1
Card sample
#3febdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3febdf;
Background color
Panel with #3febdf background
background-color: #3febdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3febdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3febdf; background: linear-gradient(135deg, #3febdf, #3F84EB);