#38b2cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
56, 178, 207
HSL
192°, 61%, 52%
CMYK
73, 14, 0, 19
Luminance
0.3719
Every format
| HEX | #38b2cf |
| RGB | rgb(56, 178, 207) |
| HSL | hsl(192, 61%, 52%) |
| CMYK | cmyk(73%, 14%, 0%, 19%) |
| LAB | lab(67.4 -23.7 -24.3) |
| LCH | lch(67.4 33.9 225.8) |
| OKLCH | oklch(0.710 0.112 217.4) |
Copy-ready code
/* CSS */
color: #38b2cf;
background-color: #38b2cf;
/* Tailwind (arbitrary) */
class="text-[#38b2cf] bg-[#38b2cf]"
/* SCSS */
$brand: #38b2cf;
/* SwiftUI */
Color(red: 0.220, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#38b2cf")Accessibility — WCAG contrast
Aa
#38b2cf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38b2cf on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green69.8%
Blue81.2%
CMYK percentages
Cyan72.9%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#38b2cf text on a black background
contrast 8.44:1
Card sample
#38b2cf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38b2cf;
Background color
Panel with #38b2cf background
background-color: #38b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38b2cf; background: linear-gradient(135deg, #38b2cf, #384ECF);