#7cb5db
a light, vivid blue · cool · closest name: skyblue
RGB
124, 181, 219
HSL
204°, 57%, 67%
CMYK
43, 17, 0, 14
Luminance
0.4245
Every format
| HEX | #7cb5db |
| RGB | rgb(124, 181, 219) |
| HSL | hsl(204, 57%, 67%) |
| CMYK | cmyk(43%, 17%, 0%, 14%) |
| LAB | lab(71.2 -8.7 -24.9) |
| LCH | lch(71.2 26.4 250.8) |
| OKLCH | oklch(0.748 0.081 238.5) |
Copy-ready code
/* CSS */
color: #7cb5db;
background-color: #7cb5db;
/* Tailwind (arbitrary) */
class="text-[#7cb5db] bg-[#7cb5db]"
/* SCSS */
$brand: #7cb5db;
/* SwiftUI */
Color(red: 0.486, green: 0.710, blue: 0.859)
/* Android */
Color.parseColor("#7cb5db")Accessibility — WCAG contrast
Aa
#7cb5db on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb5db on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green71.0%
Blue85.9%
CMYK percentages
Cyan43.4%
Magenta17.4%
Yellow0.0%
Key (black)14.1%
Color previews
#7cb5db text on a black background
contrast 9.49:1
Card sample
#7cb5db text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb5db;
Background color
Panel with #7cb5db background
background-color: #7cb5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 181, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 181, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb5db; background: linear-gradient(135deg, #7cb5db, #827CDB);