#3c69cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
60, 105, 207
HSL
222°, 61%, 52%
CMYK
71, 49, 0, 19
Luminance
0.1557
Every format
| HEX | #3c69cf |
| RGB | rgb(60, 105, 207) |
| HSL | hsl(222, 61%, 52%) |
| CMYK | cmyk(71%, 49%, 0%, 19%) |
| LAB | lab(46.4 19.1 -57.4) |
| LCH | lch(46.4 60.4 288.4) |
| OKLCH | oklch(0.544 0.166 263.9) |
Copy-ready code
/* CSS */
color: #3c69cf;
background-color: #3c69cf;
/* Tailwind (arbitrary) */
class="text-[#3c69cf] bg-[#3c69cf]"
/* SCSS */
$brand: #3c69cf;
/* SwiftUI */
Color(red: 0.235, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#3c69cf")Accessibility — WCAG contrast
Aa
#3c69cf on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c69cf on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green41.2%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta49.3%
Yellow0.0%
Key (black)18.8%
Color previews
#3c69cf text on a black background
contrast 4.11:1
Card sample
#3c69cf text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c69cf;
Background color
Panel with #3c69cf background
background-color: #3c69cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c69cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c69cf; background: linear-gradient(135deg, #3c69cf, #713CCF);