#38cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
56, 207, 172
HSL
166°, 61%, 52%
CMYK
73, 0, 17, 19
Luminance
0.4844
Every format
| HEX | #38cfac |
| RGB | rgb(56, 207, 172) |
| HSL | hsl(166, 61%, 52%) |
| CMYK | cmyk(73%, 0%, 17%, 19%) |
| LAB | lab(75.1 -47.1 6.2) |
| LCH | lch(75.1 47.5 172.5) |
| OKLCH | oklch(0.769 0.134 173.2) |
Copy-ready code
/* CSS */
color: #38cfac;
background-color: #38cfac;
/* Tailwind (arbitrary) */
class="text-[#38cfac] bg-[#38cfac]"
/* SCSS */
$brand: #38cfac;
/* SwiftUI */
Color(red: 0.220, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#38cfac")Accessibility — WCAG contrast
Aa
#38cfac on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38cfac on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green81.2%
Blue67.5%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#38cfac text on a black background
contrast 10.69:1
Card sample
#38cfac text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38cfac;
Background color
Panel with #38cfac background
background-color: #38cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38cfac; background: linear-gradient(135deg, #38cfac, #388DCF);