#38cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
56, 205, 253
HSL
195°, 98%, 61%
CMYK
78, 19, 0, 1
Luminance
0.5160
Every format
| HEX | #38cdfd |
| RGB | rgb(56, 205, 253) |
| HSL | hsl(195, 98%, 61%) |
| CMYK | cmyk(78%, 19%, 0%, 1%) |
| LAB | lab(77.0 -22.7 -34.5) |
| LCH | lch(77.0 41.2 236.7) |
| OKLCH | oklch(0.793 0.137 224.9) |
Copy-ready code
/* CSS */
color: #38cdfd;
background-color: #38cdfd;
/* Tailwind (arbitrary) */
class="text-[#38cdfd] bg-[#38cdfd]"
/* SCSS */
$brand: #38cdfd;
/* SwiftUI */
Color(red: 0.220, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#38cdfd")Accessibility — WCAG contrast
Aa
#38cdfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38cdfd on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green80.4%
Blue99.2%
CMYK percentages
Cyan77.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#38cdfd text on a black background
contrast 11.32:1
Card sample
#38cdfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38cdfd;
Background color
Panel with #38cdfd background
background-color: #38cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38cdfd; background: linear-gradient(135deg, #38cdfd, #384AFD);