#64a2c1
a balanced, soft blue · cool · closest name: skyblue
RGB
100, 162, 193
HSL
200°, 43%, 58%
CMYK
48, 16, 0, 24
Luminance
0.3240
Every format
| HEX | #64a2c1 |
| RGB | rgb(100, 162, 193) |
| HSL | hsl(200, 43%, 58%) |
| CMYK | cmyk(48%, 16%, 0%, 24%) |
| LAB | lab(63.7 -11.5 -22.1) |
| LCH | lch(63.7 25.0 242.5) |
| OKLCH | oklch(0.682 0.079 231.2) |
Copy-ready code
/* CSS */
color: #64a2c1;
background-color: #64a2c1;
/* Tailwind (arbitrary) */
class="text-[#64a2c1] bg-[#64a2c1]"
/* SCSS */
$brand: #64a2c1;
/* SwiftUI */
Color(red: 0.392, green: 0.635, blue: 0.757)
/* Android */
Color.parseColor("#64a2c1")Accessibility — WCAG contrast
Aa
#64a2c1 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64a2c1 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green63.5%
Blue75.7%
CMYK percentages
Cyan48.2%
Magenta16.1%
Yellow0.0%
Key (black)24.3%
Color previews
#64a2c1 text on a black background
contrast 7.48:1
Card sample
#64a2c1 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64a2c1;
Background color
Panel with #64a2c1 background
background-color: #64a2c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64a2c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 162, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 162, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64a2c1; background: linear-gradient(135deg, #64a2c1, #6464C1);