#38bcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
56, 188, 253
HSL
200°, 98%, 61%
CMYK
78, 26, 0, 1
Luminance
0.4390
Every format
| HEX | #38bcfd |
| RGB | rgb(56, 188, 253) |
| HSL | hsl(200, 98%, 61%) |
| CMYK | cmyk(78%, 26%, 0%, 1%) |
| LAB | lab(72.2 -13.8 -42.0) |
| LCH | lch(72.2 44.2 251.8) |
| OKLCH | oklch(0.754 0.144 235.4) |
Copy-ready code
/* CSS */
color: #38bcfd;
background-color: #38bcfd;
/* Tailwind (arbitrary) */
class="text-[#38bcfd] bg-[#38bcfd]"
/* SCSS */
$brand: #38bcfd;
/* SwiftUI */
Color(red: 0.220, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#38bcfd")Accessibility — WCAG contrast
Aa
#38bcfd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38bcfd on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green73.7%
Blue99.2%
CMYK percentages
Cyan77.9%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#38bcfd text on a black background
contrast 9.78:1
Card sample
#38bcfd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38bcfd;
Background color
Panel with #38bcfd background
background-color: #38bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38bcfd; background: linear-gradient(135deg, #38bcfd, #3839FD);