#38cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
56, 207, 223
HSL
186°, 72%, 55%
CMYK
75, 7, 0, 13
Luminance
0.5079
Every format
| HEX | #38cfdf |
| RGB | rgb(56, 207, 223) |
| HSL | hsl(186, 72%, 55%) |
| CMYK | cmyk(75%, 7%, 0%, 13%) |
| LAB | lab(76.5 -33.0 -19.1) |
| LCH | lch(76.5 38.1 210.1) |
| OKLCH | oklch(0.785 0.122 205.7) |
Copy-ready code
/* CSS */
color: #38cfdf;
background-color: #38cfdf;
/* Tailwind (arbitrary) */
class="text-[#38cfdf] bg-[#38cfdf]"
/* SCSS */
$brand: #38cfdf;
/* SwiftUI */
Color(red: 0.220, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#38cfdf")Accessibility — WCAG contrast
Aa
#38cfdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38cfdf on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan74.9%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#38cfdf text on a black background
contrast 11.16:1
Card sample
#38cfdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38cfdf;
Background color
Panel with #38cfdf background
background-color: #38cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38cfdf; background: linear-gradient(135deg, #38cfdf, #3860DF);