#7faccf
a light, vivid blue · cool · closest name: skyblue
RGB
127, 172, 207
HSL
206°, 46%, 66%
CMYK
39, 17, 0, 19
Luminance
0.3852
Every format
| HEX | #7faccf |
| RGB | rgb(127, 172, 207) |
| HSL | hsl(206, 46%, 66%) |
| CMYK | cmyk(39%, 17%, 0%, 19%) |
| LAB | lab(68.4 -6.2 -22.6) |
| LCH | lch(68.4 23.4 254.6) |
| OKLCH | oklch(0.725 0.070 242.3) |
Copy-ready code
/* CSS */
color: #7faccf;
background-color: #7faccf;
/* Tailwind (arbitrary) */
class="text-[#7faccf] bg-[#7faccf]"
/* SCSS */
$brand: #7faccf;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#7faccf")Accessibility — WCAG contrast
Aa
#7faccf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7faccf on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#7faccf text on a black background
contrast 8.70:1
Card sample
#7faccf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7faccf;
Background color
Panel with #7faccf background
background-color: #7faccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7faccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7faccf; background: linear-gradient(135deg, #7faccf, #877FCF);