#38ade9
a balanced, electric blue · cool · closest name: steelblue
RGB
56, 173, 233
HSL
200°, 80%, 57%
CMYK
76, 26, 0, 9
Luminance
0.3661
Every format
| HEX | #38ade9 |
| RGB | rgb(56, 173, 233) |
| HSL | hsl(200, 80%, 57%) |
| CMYK | cmyk(76%, 26%, 0%, 9%) |
| LAB | lab(67.0 -12.5 -39.3) |
| LCH | lch(67.0 41.2 252.4) |
| OKLCH | oklch(0.710 0.134 236.0) |
Copy-ready code
/* CSS */
color: #38ade9;
background-color: #38ade9;
/* Tailwind (arbitrary) */
class="text-[#38ade9] bg-[#38ade9]"
/* SCSS */
$brand: #38ade9;
/* SwiftUI */
Color(red: 0.220, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#38ade9")Accessibility — WCAG contrast
Aa
#38ade9 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38ade9 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green67.8%
Blue91.4%
CMYK percentages
Cyan76.0%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#38ade9 text on a black background
contrast 8.32:1
Card sample
#38ade9 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38ade9;
Background color
Panel with #38ade9 background
background-color: #38ade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38ade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38ade9; background: linear-gradient(135deg, #38ade9, #3938E9);