#7fcbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 203, 223
HSL
193°, 60%, 69%
CMYK
43, 9, 0, 13
Luminance
0.5255
Every format
| HEX | #7fcbdf |
| RGB | rgb(127, 203, 223) |
| HSL | hsl(193, 60%, 69%) |
| CMYK | cmyk(43%, 9%, 0%, 13%) |
| LAB | lab(77.6 -18.4 -17.3) |
| LCH | lch(77.6 25.3 223.3) |
| OKLCH | oklch(0.800 0.080 216.4) |
Copy-ready code
/* CSS */
color: #7fcbdf;
background-color: #7fcbdf;
/* Tailwind (arbitrary) */
class="text-[#7fcbdf] bg-[#7fcbdf]"
/* SCSS */
$brand: #7fcbdf;
/* SwiftUI */
Color(red: 0.498, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#7fcbdf")Accessibility — WCAG contrast
Aa
#7fcbdf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcbdf on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green79.6%
Blue87.5%
CMYK percentages
Cyan43.0%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7fcbdf text on a black background
contrast 11.51:1
Card sample
#7fcbdf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcbdf;
Background color
Panel with #7fcbdf background
background-color: #7fcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcbdf; background: linear-gradient(135deg, #7fcbdf, #7F8BDF);