#7dcceb
a light, vivid cyan · cool · “skyblue”
RGB
125, 204, 235
HSL
197°, 73%, 71%
CMYK
47, 13, 0, 8
Luminance
0.5354
Every format
| HEX | #7dcceb |
| RGB | rgb(125, 204, 235) |
| HSL | hsl(197, 73%, 71%) |
| CMYK | cmyk(47%, 13%, 0%, 8%) |
| LAB | lab(78.2 -16.2 -22.9) |
| LCH | lch(78.2 28.0 234.7) |
| OKLCH | oklch(0.805 0.089 225.2) |
Copy-ready code
/* CSS */
color: #7dcceb;
background-color: #7dcceb;
/* Tailwind (arbitrary) */
class="text-[#7dcceb] bg-[#7dcceb]"
/* SCSS */
$brand: #7dcceb;
/* SwiftUI */
Color(red: 0.490, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#7dcceb")Accessibility — WCAG contrast
Aa
#7dcceb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dcceb on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green80.0%
Blue92.2%
CMYK percentages
Cyan46.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7dcceb text on a black background
contrast 11.71:1
Card sample
#7dcceb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dcceb;
Background color
Panel with #7dcceb background
background-color: #7dcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dcceb; background: linear-gradient(135deg, #7dcceb, #7D83EB);