#38abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
56, 171, 253
HSL
205°, 98%, 61%
CMYK
78, 32, 0, 1
Luminance
0.3706
Every format
| HEX | #38abfd |
| RGB | rgb(56, 171, 253) |
| HSL | hsl(205, 98%, 61%) |
| CMYK | cmyk(78%, 32%, 0%, 1%) |
| LAB | lab(67.3 -4.5 -49.6) |
| LCH | lch(67.3 49.8 264.8) |
| OKLCH | oklch(0.715 0.156 244.6) |
Copy-ready code
/* CSS */
color: #38abfd;
background-color: #38abfd;
/* Tailwind (arbitrary) */
class="text-[#38abfd] bg-[#38abfd]"
/* SCSS */
$brand: #38abfd;
/* SwiftUI */
Color(red: 0.220, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#38abfd")Accessibility — WCAG contrast
Aa
#38abfd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38abfd on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green67.1%
Blue99.2%
CMYK percentages
Cyan77.9%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#38abfd text on a black background
contrast 8.41:1
Card sample
#38abfd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38abfd;
Background color
Panel with #38abfd background
background-color: #38abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38abfd; background: linear-gradient(135deg, #38abfd, #4838FD);