#7cdfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 223, 235
HSL
187°, 74%, 70%
CMYK
47, 5, 0, 8
Luminance
0.6306
Every format
| HEX | #7cdfeb |
| RGB | rgb(124, 223, 235) |
| HSL | hsl(187, 74%, 70%) |
| CMYK | cmyk(47%, 5%, 0%, 8%) |
| LAB | lab(83.5 -26.0 -14.9) |
| LCH | lch(83.5 29.9 209.8) |
| OKLCH | oklch(0.848 0.095 205.7) |
Copy-ready code
/* CSS */
color: #7cdfeb;
background-color: #7cdfeb;
/* Tailwind (arbitrary) */
class="text-[#7cdfeb] bg-[#7cdfeb]"
/* SCSS */
$brand: #7cdfeb;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#7cdfeb")Accessibility — WCAG contrast
Aa
#7cdfeb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdfeb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7cdfeb text on a black background
contrast 13.61:1
Card sample
#7cdfeb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdfeb;
Background color
Panel with #7cdfeb background
background-color: #7cdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdfeb; background: linear-gradient(135deg, #7cdfeb, #7C95EB);