#7dbfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
125, 191, 223
HSL
200°, 61%, 68%
CMYK
44, 14, 0, 13
Luminance
0.4695
Every format
| HEX | #7dbfdf |
| RGB | rgb(125, 191, 223) |
| HSL | hsl(200, 61%, 68%) |
| CMYK | cmyk(44%, 14%, 0%, 13%) |
| LAB | lab(74.2 -12.7 -22.5) |
| LCH | lch(74.2 25.9 240.7) |
| OKLCH | oklch(0.772 0.081 230.1) |
Copy-ready code
/* CSS */
color: #7dbfdf;
background-color: #7dbfdf;
/* Tailwind (arbitrary) */
class="text-[#7dbfdf] bg-[#7dbfdf]"
/* SCSS */
$brand: #7dbfdf;
/* SwiftUI */
Color(red: 0.490, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#7dbfdf")Accessibility — WCAG contrast
Aa
#7dbfdf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbfdf on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.9%
Blue87.5%
CMYK percentages
Cyan43.9%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7dbfdf text on a black background
contrast 10.39:1
Card sample
#7dbfdf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbfdf;
Background color
Panel with #7dbfdf background
background-color: #7dbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbfdf; background: linear-gradient(135deg, #7dbfdf, #7D7EDF);