#7fdbcb
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 219, 203
HSL
170°, 56%, 68%
CMYK
42, 0, 7, 14
Luminance
0.5949
Every format
| HEX | #7fdbcb |
| RGB | rgb(127, 219, 203) |
| HSL | hsl(170, 56%, 68%) |
| CMYK | cmyk(42%, 0%, 7%, 14%) |
| LAB | lab(81.6 -31.2 -0.7) |
| LCH | lch(81.6 31.2 181.3) |
| OKLCH | oklch(0.830 0.092 181.5) |
Copy-ready code
/* CSS */
color: #7fdbcb;
background-color: #7fdbcb;
/* Tailwind (arbitrary) */
class="text-[#7fdbcb] bg-[#7fdbcb]"
/* SCSS */
$brand: #7fdbcb;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.796)
/* Android */
Color.parseColor("#7fdbcb")Accessibility — WCAG contrast
Aa
#7fdbcb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdbcb on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue79.6%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow7.3%
Key (black)14.1%
Color previews
#7fdbcb text on a black background
contrast 12.90:1
Card sample
#7fdbcb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdbcb;
Background color
Panel with #7fdbcb background
background-color: #7fdbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdbcb; background: linear-gradient(135deg, #7fdbcb, #7FAEDB);