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