#38cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
56, 207, 186
HSL
172°, 61%, 52%
CMYK
73, 0, 10, 19
Luminance
0.4901
Every format
| HEX | #38cfba |
| RGB | rgb(56, 207, 186) |
| HSL | hsl(172, 61%, 52%) |
| CMYK | cmyk(73%, 0%, 10%, 19%) |
| LAB | lab(75.5 -43.5 -0.8) |
| LCH | lch(75.5 43.5 181.1) |
| OKLCH | oklch(0.773 0.126 181.3) |
Copy-ready code
/* CSS */
color: #38cfba;
background-color: #38cfba;
/* Tailwind (arbitrary) */
class="text-[#38cfba] bg-[#38cfba]"
/* SCSS */
$brand: #38cfba;
/* SwiftUI */
Color(red: 0.220, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#38cfba")Accessibility — WCAG contrast
Aa
#38cfba on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38cfba on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green81.2%
Blue72.9%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#38cfba text on a black background
contrast 10.80:1
Card sample
#38cfba text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38cfba;
Background color
Panel with #38cfba background
background-color: #38cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38cfba; background: linear-gradient(135deg, #38cfba, #387FCF);