#38ce9c
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
56, 206, 156
HSL
160°, 61%, 51%
CMYK
73, 0, 24, 19
Luminance
0.4738
Every format
| HEX | #38ce9c |
| RGB | rgb(56, 206, 156) |
| HSL | hsl(160, 61%, 51%) |
| CMYK | cmyk(73%, 0%, 24%, 19%) |
| LAB | lab(74.4 -50.5 13.8) |
| LCH | lch(74.4 52.4 164.7) |
| OKLCH | oklch(0.762 0.144 165.7) |
Copy-ready code
/* CSS */
color: #38ce9c;
background-color: #38ce9c;
/* Tailwind (arbitrary) */
class="text-[#38ce9c] bg-[#38ce9c]"
/* SCSS */
$brand: #38ce9c;
/* SwiftUI */
Color(red: 0.220, green: 0.808, blue: 0.612)
/* Android */
Color.parseColor("#38ce9c")Accessibility — WCAG contrast
Aa
#38ce9c on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38ce9c on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green80.8%
Blue61.2%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow24.3%
Key (black)19.2%
Color previews
#38ce9c text on a black background
contrast 10.48:1
Card sample
#38ce9c text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38ce9c;
Background color
Panel with #38ce9c background
background-color: #38ce9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38ce9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 206, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 206, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38ce9c; background: linear-gradient(135deg, #38ce9c, #389CCE);