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