#38fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
56, 252, 223
HSL
171°, 97%, 60%
CMYK
78, 0, 12, 1
Luminance
0.7579
Every format
| HEX | #38fcdf |
| RGB | rgb(56, 252, 223) |
| HSL | hsl(171, 97%, 60%) |
| CMYK | cmyk(78%, 0%, 12%, 1%) |
| LAB | lab(89.8 -52.9 0.5) |
| LCH | lch(89.8 52.9 179.4) |
| OKLCH | oklch(0.893 0.153 179.8) |
Copy-ready code
/* CSS */
color: #38fcdf;
background-color: #38fcdf;
/* Tailwind (arbitrary) */
class="text-[#38fcdf] bg-[#38fcdf]"
/* SCSS */
$brand: #38fcdf;
/* SwiftUI */
Color(red: 0.220, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#38fcdf")Accessibility — WCAG contrast
Aa
#38fcdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38fcdf on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green98.8%
Blue87.5%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#38fcdf text on a black background
contrast 16.16:1
Card sample
#38fcdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38fcdf;
Background color
Panel with #38fcdf background
background-color: #38fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38fcdf; background: linear-gradient(135deg, #38fcdf, #3896FC);