#7cc7df
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 199, 223
HSL
195°, 61%, 68%
CMYK
44, 11, 0, 13
Luminance
0.5046
Every format
| HEX | #7cc7df |
| RGB | rgb(124, 199, 223) |
| HSL | hsl(195, 61%, 68%) |
| CMYK | cmyk(44%, 11%, 0%, 13%) |
| LAB | lab(76.3 -17.1 -19.2) |
| LCH | lch(76.3 25.7 228.4) |
| OKLCH | oklch(0.789 0.082 220.4) |
Copy-ready code
/* CSS */
color: #7cc7df;
background-color: #7cc7df;
/* Tailwind (arbitrary) */
class="text-[#7cc7df] bg-[#7cc7df]"
/* SCSS */
$brand: #7cc7df;
/* SwiftUI */
Color(red: 0.486, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#7cc7df")Accessibility — WCAG contrast
Aa
#7cc7df on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc7df on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green78.0%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta10.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7cc7df text on a black background
contrast 11.09:1
Card sample
#7cc7df text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc7df;
Background color
Panel with #7cc7df background
background-color: #7cc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc7df; background: linear-gradient(135deg, #7cc7df, #7C85DF);