#38bcf7
a balanced, electric cyan · cool · closest name: skyblue
RGB
56, 188, 247
HSL
199°, 92%, 59%
CMYK
77, 24, 0, 3
Luminance
0.4352
Every format
| HEX | #38bcf7 |
| RGB | rgb(56, 188, 247) |
| HSL | hsl(199, 92%, 59%) |
| CMYK | cmyk(77%, 24%, 0%, 3%) |
| LAB | lab(71.9 -15.8 -39.2) |
| LCH | lch(71.9 42.3 248.0) |
| OKLCH | oklch(0.751 0.139 232.8) |
Copy-ready code
/* CSS */
color: #38bcf7;
background-color: #38bcf7;
/* Tailwind (arbitrary) */
class="text-[#38bcf7] bg-[#38bcf7]"
/* SCSS */
$brand: #38bcf7;
/* SwiftUI */
Color(red: 0.220, green: 0.737, blue: 0.969)
/* Android */
Color.parseColor("#38bcf7")Accessibility — WCAG contrast
Aa
#38bcf7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38bcf7 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green73.7%
Blue96.9%
CMYK percentages
Cyan77.3%
Magenta23.9%
Yellow0.0%
Key (black)3.1%
Color previews
#38bcf7 text on a black background
contrast 9.70:1
Card sample
#38bcf7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38bcf7;
Background color
Panel with #38bcf7 background
background-color: #38bcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38bcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 188, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 188, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38bcf7; background: linear-gradient(135deg, #38bcf7, #383DF7);