#7dbfcf
a light, vivid cyan · cool · closest name: skyblue
RGB
125, 191, 207
HSL
192°, 46%, 65%
CMYK
40, 8, 0, 19
Luminance
0.4613
Every format
| HEX | #7dbfcf |
| RGB | rgb(125, 191, 207) |
| HSL | hsl(192, 46%, 65%) |
| CMYK | cmyk(40%, 8%, 0%, 19%) |
| LAB | lab(73.6 -16.9 -14.7) |
| LCH | lch(73.6 22.3 221.0) |
| OKLCH | oklch(0.766 0.071 214.7) |
Copy-ready code
/* CSS */
color: #7dbfcf;
background-color: #7dbfcf;
/* Tailwind (arbitrary) */
class="text-[#7dbfcf] bg-[#7dbfcf]"
/* SCSS */
$brand: #7dbfcf;
/* SwiftUI */
Color(red: 0.490, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#7dbfcf")Accessibility — WCAG contrast
Aa
#7dbfcf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbfcf on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.9%
Blue81.2%
CMYK percentages
Cyan39.6%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7dbfcf text on a black background
contrast 10.23:1
Card sample
#7dbfcf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbfcf;
Background color
Panel with #7dbfcf background
background-color: #7dbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbfcf; background: linear-gradient(135deg, #7dbfcf, #7D88CF);