#7cbfe0
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 191, 224
HSL
200°, 62%, 68%
CMYK
45, 15, 0, 12
Luminance
0.4693
Every format
| HEX | #7cbfe0 |
| RGB | rgb(124, 191, 224) |
| HSL | hsl(200, 62%, 68%) |
| CMYK | cmyk(45%, 15%, 0%, 12%) |
| LAB | lab(74.1 -12.6 -23.1) |
| LCH | lch(74.1 26.3 241.3) |
| OKLCH | oklch(0.772 0.083 230.6) |
Copy-ready code
/* CSS */
color: #7cbfe0;
background-color: #7cbfe0;
/* Tailwind (arbitrary) */
class="text-[#7cbfe0] bg-[#7cbfe0]"
/* SCSS */
$brand: #7cbfe0;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.878)
/* Android */
Color.parseColor("#7cbfe0")Accessibility — WCAG contrast
Aa
#7cbfe0 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfe0 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue87.8%
CMYK percentages
Cyan44.6%
Magenta14.7%
Yellow0.0%
Key (black)12.2%
Color previews
#7cbfe0 text on a black background
contrast 10.39:1
Card sample
#7cbfe0 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfe0;
Background color
Panel with #7cbfe0 background
background-color: #7cbfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfe0; background: linear-gradient(135deg, #7cbfe0, #7C7CE0);