#7dcfe8
a light, vivid cyan · cool · closest name: skyblue
RGB
125, 207, 232
HSL
194°, 70%, 70%
CMYK
46, 11, 0, 9
Luminance
0.5481
Every format
| HEX | #7dcfe8 |
| RGB | rgb(125, 207, 232) |
| HSL | hsl(194, 70%, 70%) |
| CMYK | cmyk(46%, 11%, 0%, 9%) |
| LAB | lab(78.9 -18.5 -20.1) |
| LCH | lch(78.9 27.4 227.4) |
| OKLCH | oklch(0.811 0.087 219.5) |
Copy-ready code
/* CSS */
color: #7dcfe8;
background-color: #7dcfe8;
/* Tailwind (arbitrary) */
class="text-[#7dcfe8] bg-[#7dcfe8]"
/* SCSS */
$brand: #7dcfe8;
/* SwiftUI */
Color(red: 0.490, green: 0.812, blue: 0.910)
/* Android */
Color.parseColor("#7dcfe8")Accessibility — WCAG contrast
Aa
#7dcfe8 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dcfe8 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green81.2%
Blue91.0%
CMYK percentages
Cyan46.1%
Magenta10.8%
Yellow0.0%
Key (black)9.0%
Color previews
#7dcfe8 text on a black background
contrast 11.96:1
Card sample
#7dcfe8 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dcfe8;
Background color
Panel with #7dcfe8 background
background-color: #7dcfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dcfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 207, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 207, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dcfe8; background: linear-gradient(135deg, #7dcfe8, #7D88E8);