#7dbfd4
a light, vivid cyan · cool · closest name: skyblue
RGB
125, 191, 212
HSL
195°, 50%, 66%
CMYK
41, 10, 0, 17
Luminance
0.4638
Every format
| HEX | #7dbfd4 |
| RGB | rgb(125, 191, 212) |
| HSL | hsl(195, 50%, 66%) |
| CMYK | cmyk(41%, 10%, 0%, 17%) |
| LAB | lab(73.8 -15.6 -17.1) |
| LCH | lch(73.8 23.1 227.7) |
| OKLCH | oklch(0.768 0.073 220.0) |
Copy-ready code
/* CSS */
color: #7dbfd4;
background-color: #7dbfd4;
/* Tailwind (arbitrary) */
class="text-[#7dbfd4] bg-[#7dbfd4]"
/* SCSS */
$brand: #7dbfd4;
/* SwiftUI */
Color(red: 0.490, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#7dbfd4")Accessibility — WCAG contrast
Aa
#7dbfd4 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbfd4 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.9%
Blue83.1%
CMYK percentages
Cyan41.0%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#7dbfd4 text on a black background
contrast 10.28:1
Card sample
#7dbfd4 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbfd4;
Background color
Panel with #7dbfd4 background
background-color: #7dbfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbfd4; background: linear-gradient(135deg, #7dbfd4, #7D85D4);