#38bced
a balanced, electric cyan · cool · closest name: skyblue
RGB
56, 188, 237
HSL
196°, 83%, 58%
CMYK
76, 21, 0, 7
Luminance
0.4292
Every format
| HEX | #38bced |
| RGB | rgb(56, 188, 237) |
| HSL | hsl(196, 83%, 58%) |
| CMYK | cmyk(76%, 21%, 0%, 7%) |
| LAB | lab(71.5 -19.1 -34.4) |
| LCH | lch(71.5 39.4 240.9) |
| OKLCH | oklch(0.746 0.130 228.0) |
Copy-ready code
/* CSS */
color: #38bced;
background-color: #38bced;
/* Tailwind (arbitrary) */
class="text-[#38bced] bg-[#38bced]"
/* SCSS */
$brand: #38bced;
/* SwiftUI */
Color(red: 0.220, green: 0.737, blue: 0.929)
/* Android */
Color.parseColor("#38bced")Accessibility — WCAG contrast
Aa
#38bced on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38bced on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green73.7%
Blue92.9%
CMYK percentages
Cyan76.4%
Magenta20.7%
Yellow0.0%
Key (black)7.1%
Color previews
#38bced text on a black background
contrast 9.58:1
Card sample
#38bced text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38bced;
Background color
Panel with #38bced background
background-color: #38bced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38bced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 188, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 188, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38bced; background: linear-gradient(135deg, #38bced, #3844ED);