#649eb0
a balanced, soft cyan · cool · closest name: skyblue
RGB
100, 158, 176
HSL
194°, 33%, 54%
CMYK
43, 10, 0, 31
Luminance
0.3030
Every format
| HEX | #649eb0 |
| RGB | rgb(100, 158, 176) |
| HSL | hsl(194, 33%, 54%) |
| CMYK | cmyk(43%, 10%, 0%, 31%) |
| LAB | lab(61.9 -14.1 -15.3) |
| LCH | lch(61.9 20.8 227.3) |
| OKLCH | oklch(0.666 0.066 219.6) |
Copy-ready code
/* CSS */
color: #649eb0;
background-color: #649eb0;
/* Tailwind (arbitrary) */
class="text-[#649eb0] bg-[#649eb0]"
/* SCSS */
$brand: #649eb0;
/* SwiftUI */
Color(red: 0.392, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#649eb0")Accessibility — WCAG contrast
Aa
#649eb0 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#649eb0 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green62.0%
Blue69.0%
CMYK percentages
Cyan43.2%
Magenta10.2%
Yellow0.0%
Key (black)31.0%
Color previews
#649eb0 text on a black background
contrast 7.06:1
Card sample
#649eb0 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #649eb0;
Background color
Panel with #649eb0 background
background-color: #649eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #649eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #649eb0; background: linear-gradient(135deg, #649eb0, #646BB0);