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