#38ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
56, 235, 223
HSL
176°, 82%, 57%
CMYK
76, 0, 5, 8
Luminance
0.6559
Every format
| HEX | #38ebdf |
| RGB | rgb(56, 235, 223) |
| HSL | hsl(176, 82%, 57%) |
| CMYK | cmyk(76%, 0%, 5%, 8%) |
| LAB | lab(84.8 -45.7 -6.8) |
| LCH | lch(84.8 46.2 188.4) |
| OKLCH | oklch(0.852 0.138 188.0) |
Copy-ready code
/* CSS */
color: #38ebdf;
background-color: #38ebdf;
/* Tailwind (arbitrary) */
class="text-[#38ebdf] bg-[#38ebdf]"
/* SCSS */
$brand: #38ebdf;
/* SwiftUI */
Color(red: 0.220, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#38ebdf")Accessibility — WCAG contrast
Aa
#38ebdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38ebdf on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#38ebdf text on a black background
contrast 14.12:1
Card sample
#38ebdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38ebdf;
Background color
Panel with #38ebdf background
background-color: #38ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38ebdf; background: linear-gradient(135deg, #38ebdf, #3880EB);