#38c2f0
a balanced, electric cyan · cool · closest name: skyblue
RGB
56, 194, 240
HSL
195°, 86%, 58%
CMYK
77, 19, 0, 6
Luminance
0.4572
Every format
| HEX | #38c2f0 |
| RGB | rgb(56, 194, 240) |
| HSL | hsl(195, 86%, 58%) |
| CMYK | cmyk(77%, 19%, 0%, 6%) |
| LAB | lab(73.4 -21.3 -33.1) |
| LCH | lch(73.4 39.4 237.3) |
| OKLCH | oklch(0.761 0.131 225.4) |
Copy-ready code
/* CSS */
color: #38c2f0;
background-color: #38c2f0;
/* Tailwind (arbitrary) */
class="text-[#38c2f0] bg-[#38c2f0]"
/* SCSS */
$brand: #38c2f0;
/* SwiftUI */
Color(red: 0.220, green: 0.761, blue: 0.941)
/* Android */
Color.parseColor("#38c2f0")Accessibility — WCAG contrast
Aa
#38c2f0 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38c2f0 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green76.1%
Blue94.1%
CMYK percentages
Cyan76.7%
Magenta19.2%
Yellow0.0%
Key (black)5.9%
Color previews
#38c2f0 text on a black background
contrast 10.14:1
Card sample
#38c2f0 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38c2f0;
Background color
Panel with #38c2f0 background
background-color: #38c2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38c2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 194, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 194, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38c2f0; background: linear-gradient(135deg, #38c2f0, #3847F0);