#38eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
56, 236, 207
HSL
170°, 83%, 57%
CMYK
76, 0, 12, 8
Luminance
0.6534
Every format
| HEX | #38eccf |
| RGB | rgb(56, 236, 207) |
| HSL | hsl(170, 83%, 57%) |
| CMYK | cmyk(76%, 0%, 12%, 8%) |
| LAB | lab(84.7 -50.4 1.4) |
| LCH | lch(84.7 50.4 178.4) |
| OKLCH | oklch(0.850 0.145 178.8) |
Copy-ready code
/* CSS */
color: #38eccf;
background-color: #38eccf;
/* Tailwind (arbitrary) */
class="text-[#38eccf] bg-[#38eccf]"
/* SCSS */
$brand: #38eccf;
/* SwiftUI */
Color(red: 0.220, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#38eccf")Accessibility — WCAG contrast
Aa
#38eccf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38eccf on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green92.5%
Blue81.2%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#38eccf text on a black background
contrast 14.07:1
Card sample
#38eccf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38eccf;
Background color
Panel with #38eccf background
background-color: #38eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38eccf; background: linear-gradient(135deg, #38eccf, #3891EC);