#38adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
56, 173, 235
HSL
201°, 82%, 57%
CMYK
76, 26, 0, 8
Luminance
0.3673
Every format
| HEX | #38adeb |
| RGB | rgb(56, 173, 235) |
| HSL | hsl(201, 82%, 57%) |
| CMYK | cmyk(76%, 26%, 0%, 8%) |
| LAB | lab(67.1 -11.8 -40.2) |
| LCH | lch(67.1 41.9 253.6) |
| OKLCH | oklch(0.711 0.136 236.9) |
Copy-ready code
/* CSS */
color: #38adeb;
background-color: #38adeb;
/* Tailwind (arbitrary) */
class="text-[#38adeb] bg-[#38adeb]"
/* SCSS */
$brand: #38adeb;
/* SwiftUI */
Color(red: 0.220, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#38adeb")Accessibility — WCAG contrast
Aa
#38adeb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38adeb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan76.2%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#38adeb text on a black background
contrast 8.35:1
Card sample
#38adeb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38adeb;
Background color
Panel with #38adeb background
background-color: #38adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38adeb; background: linear-gradient(135deg, #38adeb, #3B38EB);