#38cde6
a balanced, electric cyan · cool · closest name: skyblue
RGB
56, 205, 230
HSL
189°, 78%, 56%
CMYK
76, 11, 0, 10
Luminance
0.5022
Every format
| HEX | #38cde6 |
| RGB | rgb(56, 205, 230) |
| HSL | hsl(189, 78%, 56%) |
| CMYK | cmyk(76%, 11%, 0%, 10%) |
| LAB | lab(76.2 -29.9 -23.4) |
| LCH | lch(76.2 38.0 218.0) |
| OKLCH | oklch(0.783 0.124 211.7) |
Copy-ready code
/* CSS */
color: #38cde6;
background-color: #38cde6;
/* Tailwind (arbitrary) */
class="text-[#38cde6] bg-[#38cde6]"
/* SCSS */
$brand: #38cde6;
/* SwiftUI */
Color(red: 0.220, green: 0.804, blue: 0.902)
/* Android */
Color.parseColor("#38cde6")Accessibility — WCAG contrast
Aa
#38cde6 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38cde6 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green80.4%
Blue90.2%
CMYK percentages
Cyan75.7%
Magenta10.9%
Yellow0.0%
Key (black)9.8%
Color previews
#38cde6 text on a black background
contrast 11.04:1
Card sample
#38cde6 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38cde6;
Background color
Panel with #38cde6 background
background-color: #38cde6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38cde6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 205, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 205, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38cde6; background: linear-gradient(135deg, #38cde6, #3859E6);