#7cebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 235, 223
HSL
174°, 74%, 70%
CMYK
47, 0, 5, 8
Luminance
0.6903
Every format
| HEX | #7cebdf |
| RGB | rgb(124, 235, 223) |
| HSL | hsl(174, 74%, 70%) |
| CMYK | cmyk(47%, 0%, 5%, 8%) |
| LAB | lab(86.5 -34.7 -4.0) |
| LCH | lch(86.5 34.9 186.6) |
| OKLCH | oklch(0.871 0.104 186.3) |
Copy-ready code
/* CSS */
color: #7cebdf;
background-color: #7cebdf;
/* Tailwind (arbitrary) */
class="text-[#7cebdf] bg-[#7cebdf]"
/* SCSS */
$brand: #7cebdf;
/* SwiftUI */
Color(red: 0.486, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#7cebdf")Accessibility — WCAG contrast
Aa
#7cebdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cebdf on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.2%
Blue87.5%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#7cebdf text on a black background
contrast 14.81:1
Card sample
#7cebdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cebdf;
Background color
Panel with #7cebdf background
background-color: #7cebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cebdf; background: linear-gradient(135deg, #7cebdf, #7CADEB);