#7cbdef
a light, electric blue · cool · closest name: skyblue
RGB
124, 189, 239
HSL
206°, 78%, 71%
CMYK
48, 21, 0, 6
Luminance
0.4691
Every format
| HEX | #7cbdef |
| RGB | rgb(124, 189, 239) |
| HSL | hsl(206, 78%, 71%) |
| CMYK | cmyk(48%, 21%, 0%, 6%) |
| LAB | lab(74.1 -7.4 -31.2) |
| LCH | lch(74.1 32.1 256.7) |
| OKLCH | oklch(0.774 0.098 242.7) |
Copy-ready code
/* CSS */
color: #7cbdef;
background-color: #7cbdef;
/* Tailwind (arbitrary) */
class="text-[#7cbdef] bg-[#7cbdef]"
/* SCSS */
$brand: #7cbdef;
/* SwiftUI */
Color(red: 0.486, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#7cbdef")Accessibility — WCAG contrast
Aa
#7cbdef on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbdef on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.1%
Blue93.7%
CMYK percentages
Cyan48.1%
Magenta20.9%
Yellow0.0%
Key (black)6.3%
Color previews
#7cbdef text on a black background
contrast 10.38:1
Card sample
#7cbdef text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbdef;
Background color
Panel with #7cbdef background
background-color: #7cbdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbdef; background: linear-gradient(135deg, #7cbdef, #887CEF);