#38bcfe
a balanced, electric blue · cool · closest name: skyblue
RGB
56, 188, 254
HSL
200°, 99%, 61%
CMYK
78, 26, 0, 0
Luminance
0.4396
Every format
| HEX | #38bcfe |
| RGB | rgb(56, 188, 254) |
| HSL | hsl(200, 99%, 61%) |
| CMYK | cmyk(78%, 26%, 0%, 0%) |
| LAB | lab(72.2 -13.5 -42.5) |
| LCH | lch(72.2 44.6 252.4) |
| OKLCH | oklch(0.754 0.145 235.8) |
Copy-ready code
/* CSS */
color: #38bcfe;
background-color: #38bcfe;
/* Tailwind (arbitrary) */
class="text-[#38bcfe] bg-[#38bcfe]"
/* SCSS */
$brand: #38bcfe;
/* SwiftUI */
Color(red: 0.220, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#38bcfe")Accessibility — WCAG contrast
Aa
#38bcfe on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38bcfe on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green73.7%
Blue99.6%
CMYK percentages
Cyan78.0%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#38bcfe text on a black background
contrast 9.79:1
Card sample
#38bcfe text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38bcfe;
Background color
Panel with #38bcfe background
background-color: #38bcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38bcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38bcfe; background: linear-gradient(135deg, #38bcfe, #3838FE);