#7cc3db
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 195, 219
HSL
195°, 57%, 67%
CMYK
43, 11, 0, 14
Luminance
0.4843
Every format
| HEX | #7cc3db |
| RGB | rgb(124, 195, 219) |
| HSL | hsl(195, 57%, 67%) |
| CMYK | cmyk(43%, 11%, 0%, 14%) |
| LAB | lab(75.1 -16.1 -18.9) |
| LCH | lch(75.1 24.8 229.7) |
| OKLCH | oklch(0.779 0.079 221.5) |
Copy-ready code
/* CSS */
color: #7cc3db;
background-color: #7cc3db;
/* Tailwind (arbitrary) */
class="text-[#7cc3db] bg-[#7cc3db]"
/* SCSS */
$brand: #7cc3db;
/* SwiftUI */
Color(red: 0.486, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#7cc3db")Accessibility — WCAG contrast
Aa
#7cc3db on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc3db on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green76.5%
Blue85.9%
CMYK percentages
Cyan43.4%
Magenta11.0%
Yellow0.0%
Key (black)14.1%
Color previews
#7cc3db text on a black background
contrast 10.69:1
Card sample
#7cc3db text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc3db;
Background color
Panel with #7cc3db background
background-color: #7cc3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc3db; background: linear-gradient(135deg, #7cc3db, #7C84DB);