#7ccfd3
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 207, 211
HSL
183°, 50%, 66%
CMYK
41, 2, 0, 17
Luminance
0.5361
Every format
| HEX | #7ccfd3 |
| RGB | rgb(124, 207, 211) |
| HSL | hsl(183, 50%, 66%) |
| CMYK | cmyk(41%, 2%, 0%, 17%) |
| LAB | lab(78.2 -24.2 -9.9) |
| LCH | lch(78.2 26.1 202.3) |
| OKLCH | oklch(0.803 0.081 199.6) |
Copy-ready code
/* CSS */
color: #7ccfd3;
background-color: #7ccfd3;
/* Tailwind (arbitrary) */
class="text-[#7ccfd3] bg-[#7ccfd3]"
/* SCSS */
$brand: #7ccfd3;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#7ccfd3")Accessibility — WCAG contrast
Aa
#7ccfd3 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccfd3 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue82.7%
CMYK percentages
Cyan41.2%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#7ccfd3 text on a black background
contrast 11.72:1
Card sample
#7ccfd3 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccfd3;
Background color
Panel with #7ccfd3 background
background-color: #7ccfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccfd3; background: linear-gradient(135deg, #7ccfd3, #7C95D3);