#7cb8db
a light, vivid blue · cool · closest name: skyblue
RGB
124, 184, 219
HSL
202°, 57%, 67%
CMYK
43, 16, 0, 14
Luminance
0.4368
Every format
| HEX | #7cb8db |
| RGB | rgb(124, 184, 219) |
| HSL | hsl(202, 57%, 67%) |
| CMYK | cmyk(43%, 16%, 0%, 14%) |
| LAB | lab(72.0 -10.3 -23.6) |
| LCH | lch(72.0 25.8 246.5) |
| OKLCH | oklch(0.754 0.080 234.9) |
Copy-ready code
/* CSS */
color: #7cb8db;
background-color: #7cb8db;
/* Tailwind (arbitrary) */
class="text-[#7cb8db] bg-[#7cb8db]"
/* SCSS */
$brand: #7cb8db;
/* SwiftUI */
Color(red: 0.486, green: 0.722, blue: 0.859)
/* Android */
Color.parseColor("#7cb8db")Accessibility — WCAG contrast
Aa
#7cb8db on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb8db on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.2%
Blue85.9%
CMYK percentages
Cyan43.4%
Magenta16.0%
Yellow0.0%
Key (black)14.1%
Color previews
#7cb8db text on a black background
contrast 9.74:1
Card sample
#7cb8db text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb8db;
Background color
Panel with #7cb8db background
background-color: #7cb8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 184, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 184, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb8db; background: linear-gradient(135deg, #7cb8db, #7F7CDB);