#6faccf
a balanced, vivid blue · cool · closest name: skyblue
RGB
111, 172, 207
HSL
202°, 50%, 62%
CMYK
46, 17, 0, 19
Luminance
0.3739
Every format
| HEX | #6faccf |
| RGB | rgb(111, 172, 207) |
| HSL | hsl(202, 50%, 62%) |
| CMYK | cmyk(46%, 17%, 0%, 19%) |
| LAB | lab(67.6 -10.3 -23.9) |
| LCH | lch(67.6 26.0 246.7) |
| OKLCH | oklch(0.716 0.081 234.7) |
Copy-ready code
/* CSS */
color: #6faccf;
background-color: #6faccf;
/* Tailwind (arbitrary) */
class="text-[#6faccf] bg-[#6faccf]"
/* SCSS */
$brand: #6faccf;
/* SwiftUI */
Color(red: 0.435, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#6faccf")Accessibility — WCAG contrast
Aa
#6faccf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6faccf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.5%
Blue81.2%
CMYK percentages
Cyan46.4%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#6faccf text on a black background
contrast 8.48:1
Card sample
#6faccf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6faccf;
Background color
Panel with #6faccf background
background-color: #6faccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6faccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6faccf; background: linear-gradient(135deg, #6faccf, #726FCF);