#6fadcd
a balanced, vivid blue · cool · closest name: skyblue
RGB
111, 173, 205
HSL
200°, 49%, 62%
CMYK
46, 16, 0, 20
Luminance
0.3767
Every format
| HEX | #6fadcd |
| RGB | rgb(111, 173, 205) |
| HSL | hsl(200, 49%, 62%) |
| CMYK | cmyk(46%, 16%, 0%, 20%) |
| LAB | lab(67.8 -11.4 -22.5) |
| LCH | lch(67.8 25.2 243.1) |
| OKLCH | oklch(0.718 0.079 231.9) |
Copy-ready code
/* CSS */
color: #6fadcd;
background-color: #6fadcd;
/* Tailwind (arbitrary) */
class="text-[#6fadcd] bg-[#6fadcd]"
/* SCSS */
$brand: #6fadcd;
/* SwiftUI */
Color(red: 0.435, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#6fadcd")Accessibility — WCAG contrast
Aa
#6fadcd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fadcd on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.8%
Blue80.4%
CMYK percentages
Cyan45.9%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#6fadcd text on a black background
contrast 8.53:1
Card sample
#6fadcd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fadcd;
Background color
Panel with #6fadcd background
background-color: #6fadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fadcd; background: linear-gradient(135deg, #6fadcd, #706FCD);