#7dbacf
a light, vivid cyan · cool · closest name: skyblue
RGB
125, 186, 207
HSL
195°, 46%, 65%
CMYK
40, 10, 0, 19
Luminance
0.4398
Every format
| HEX | #7dbacf |
| RGB | rgb(125, 186, 207) |
| HSL | hsl(195, 46%, 65%) |
| CMYK | cmyk(40%, 10%, 0%, 19%) |
| LAB | lab(72.2 -14.3 -16.8) |
| LCH | lch(72.2 22.0 229.7) |
| OKLCH | oklch(0.755 0.070 221.6) |
Copy-ready code
/* CSS */
color: #7dbacf;
background-color: #7dbacf;
/* Tailwind (arbitrary) */
class="text-[#7dbacf] bg-[#7dbacf]"
/* SCSS */
$brand: #7dbacf;
/* SwiftUI */
Color(red: 0.490, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#7dbacf")Accessibility — WCAG contrast
Aa
#7dbacf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbacf on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan39.6%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#7dbacf text on a black background
contrast 9.80:1
Card sample
#7dbacf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbacf;
Background color
Panel with #7dbacf background
background-color: #7dbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbacf; background: linear-gradient(135deg, #7dbacf, #7D83CF);