#38fdcd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
56, 253, 205
HSL
165°, 98%, 61%
CMYK
78, 0, 19, 1
Luminance
0.7550
Every format
| HEX | #38fdcd |
| RGB | rgb(56, 253, 205) |
| HSL | hsl(165, 98%, 61%) |
| CMYK | cmyk(78%, 0%, 19%, 1%) |
| LAB | lab(89.6 -57.7 9.7) |
| LCH | lch(89.6 58.5 170.5) |
| OKLCH | oklch(0.890 0.163 171.3) |
Copy-ready code
/* CSS */
color: #38fdcd;
background-color: #38fdcd;
/* Tailwind (arbitrary) */
class="text-[#38fdcd] bg-[#38fdcd]"
/* SCSS */
$brand: #38fdcd;
/* SwiftUI */
Color(red: 0.220, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#38fdcd")Accessibility — WCAG contrast
Aa
#38fdcd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38fdcd on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green99.2%
Blue80.4%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#38fdcd text on a black background
contrast 16.10:1
Card sample
#38fdcd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38fdcd;
Background color
Panel with #38fdcd background
background-color: #38fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38fdcd; background: linear-gradient(135deg, #38fdcd, #38AAFD);