#6ca2db
a balanced, vivid blue · cool · closest name: steelblue
RGB
108, 162, 219
HSL
211°, 61%, 64%
CMYK
51, 26, 0, 14
Luminance
0.3414
Every format
| HEX | #6ca2db |
| RGB | rgb(108, 162, 219) |
| HSL | hsl(211, 61%, 64%) |
| CMYK | cmyk(51%, 26%, 0%, 14%) |
| LAB | lab(65.1 -2.0 -34.4) |
| LCH | lch(65.1 34.5 266.6) |
| OKLCH | oklch(0.698 0.102 250.7) |
Copy-ready code
/* CSS */
color: #6ca2db;
background-color: #6ca2db;
/* Tailwind (arbitrary) */
class="text-[#6ca2db] bg-[#6ca2db]"
/* SCSS */
$brand: #6ca2db;
/* SwiftUI */
Color(red: 0.424, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#6ca2db")Accessibility — WCAG contrast
Aa
#6ca2db on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ca2db on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green63.5%
Blue85.9%
CMYK percentages
Cyan50.7%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#6ca2db text on a black background
contrast 7.83:1
Card sample
#6ca2db text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ca2db;
Background color
Panel with #6ca2db background
background-color: #6ca2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ca2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ca2db; background: linear-gradient(135deg, #6ca2db, #806CDB);