Royal Blue
#5661F5
BlueColor Codes
All color formats for development
HEX
#5661F5RGB
rgb(86, 97, 245)HSL
hsl(236, 89%, 65%)OKLCH
oklch(0.572 0.218 274)CMYK
cmyk(65%, 60%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3744F3
2#1826F2
3#0D1BDB
4#0B17BC
5#09139D
6#070F7D
7#050B5E
8#04083F
9#02041F
Tints
Lighter variations
1#6771F6
2#7881F7
3#8990F8
4#9AA0F9
5#ABB0FA
6#BCC0FB
7#CCD0FC
8#DDDFFD
9#EEEFFE
Tones
Muted variations
1#5E68ED
2#666FE5
3#6E76DD
4#767CD5
5#7E83CD
6#868AC6
7#8E91BE
8#9698B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5661 #5661F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2634 #2634F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C1A #0C1AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A14 #0A14A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 070F #070F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DDDFFD;
--royal-blue-200: #C0C4FB;
--royal-blue-300: #9097F9;
--royal-blue-400: #5661F5;
--royal-blue-500: #2634F2;
--royal-blue-600: #0C1AD4;
--royal-blue-700: #0A14A9;
--royal-blue-800: #070F78;
--royal-blue-900: #04094D;
--royal-blue-950: #030630;
}