#7facce
a light, soft blue · cool · closest name: skyblue
RGB
127, 172, 206
HSL
206°, 45%, 65%
CMYK
38, 17, 0, 19
Luminance
0.3847
Every format
| HEX | #7facce |
| RGB | rgb(127, 172, 206) |
| HSL | hsl(206, 45%, 65%) |
| CMYK | cmyk(38%, 17%, 0%, 19%) |
| LAB | lab(68.4 -6.5 -22.1) |
| LCH | lch(68.4 23.0 253.6) |
| OKLCH | oklch(0.725 0.069 241.5) |
Copy-ready code
/* CSS */
color: #7facce;
background-color: #7facce;
/* Tailwind (arbitrary) */
class="text-[#7facce] bg-[#7facce]"
/* SCSS */
$brand: #7facce;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#7facce")Accessibility — WCAG contrast
Aa
#7facce on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7facce on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue80.8%
CMYK percentages
Cyan38.3%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#7facce text on a black background
contrast 8.69:1
Card sample
#7facce text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7facce;
Background color
Panel with #7facce background
background-color: #7facce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7facce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7facce; background: linear-gradient(135deg, #7facce, #877FCE);