#38bcfa
a balanced, electric cyan · cool · closest name: skyblue
RGB
56, 188, 250
HSL
199°, 95%, 60%
CMYK
78, 25, 0, 2
Luminance
0.4371
Every format
| HEX | #38bcfa |
| RGB | rgb(56, 188, 250) |
| HSL | hsl(199, 95%, 60%) |
| CMYK | cmyk(78%, 25%, 0%, 2%) |
| LAB | lab(72.0 -14.8 -40.6) |
| LCH | lch(72.0 43.2 250.0) |
| OKLCH | oklch(0.752 0.141 234.2) |
Copy-ready code
/* CSS */
color: #38bcfa;
background-color: #38bcfa;
/* Tailwind (arbitrary) */
class="text-[#38bcfa] bg-[#38bcfa]"
/* SCSS */
$brand: #38bcfa;
/* SwiftUI */
Color(red: 0.220, green: 0.737, blue: 0.980)
/* Android */
Color.parseColor("#38bcfa")Accessibility — WCAG contrast
Aa
#38bcfa on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38bcfa on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green73.7%
Blue98.0%
CMYK percentages
Cyan77.6%
Magenta24.8%
Yellow0.0%
Key (black)2.0%
Color previews
#38bcfa text on a black background
contrast 9.74:1
Card sample
#38bcfa text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38bcfa;
Background color
Panel with #38bcfa background
background-color: #38bcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38bcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 188, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 188, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38bcfa; background: linear-gradient(135deg, #38bcfa, #383BFA);