#38ebdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
56, 235, 219
HSL
175°, 82%, 57%
CMYK
76, 0, 7, 8
Luminance
0.6537
Every format
| HEX | #38ebdb |
| RGB | rgb(56, 235, 219) |
| HSL | hsl(175, 82%, 57%) |
| CMYK | cmyk(76%, 0%, 7%, 8%) |
| LAB | lab(84.7 -46.8 -4.8) |
| LCH | lch(84.7 47.0 185.9) |
| OKLCH | oklch(0.851 0.139 185.7) |
Copy-ready code
/* CSS */
color: #38ebdb;
background-color: #38ebdb;
/* Tailwind (arbitrary) */
class="text-[#38ebdb] bg-[#38ebdb]"
/* SCSS */
$brand: #38ebdb;
/* SwiftUI */
Color(red: 0.220, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#38ebdb")Accessibility — WCAG contrast
Aa
#38ebdb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38ebdb on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green92.2%
Blue85.9%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#38ebdb text on a black background
contrast 14.07:1
Card sample
#38ebdb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38ebdb;
Background color
Panel with #38ebdb background
background-color: #38ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38ebdb; background: linear-gradient(135deg, #38ebdb, #3884EB);