#38ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
56, 204, 223
HSL
187°, 72%, 55%
CMYK
75, 9, 0, 13
Luminance
0.4935
Every format
| HEX | #38ccdf |
| RGB | rgb(56, 204, 223) |
| HSL | hsl(187, 72%, 55%) |
| CMYK | cmyk(75%, 9%, 0%, 13%) |
| LAB | lab(75.7 -31.6 -20.4) |
| LCH | lch(75.7 37.6 212.9) |
| OKLCH | oklch(0.778 0.122 207.9) |
Copy-ready code
/* CSS */
color: #38ccdf;
background-color: #38ccdf;
/* Tailwind (arbitrary) */
class="text-[#38ccdf] bg-[#38ccdf]"
/* SCSS */
$brand: #38ccdf;
/* SwiftUI */
Color(red: 0.220, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#38ccdf")Accessibility — WCAG contrast
Aa
#38ccdf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38ccdf on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green80.0%
Blue87.5%
CMYK percentages
Cyan74.9%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#38ccdf text on a black background
contrast 10.87:1
Card sample
#38ccdf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38ccdf;
Background color
Panel with #38ccdf background
background-color: #38ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38ccdf; background: linear-gradient(135deg, #38ccdf, #385DDF);