Royal Blue
#6457F4
BlueColor Codes
All color formats for development
HEX
#6457F4RGB
rgb(100, 87, 244)HSL
hsl(245, 88%, 65%)OKLCH
oklch(0.564 0.226 280)CMYK
cmyk(59%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4838F2
2#2B19F0
3#1F0EDA
4#1B0CBB
5#160A9C
6#12087D
7#0D065D
8#09043E
9#04021F
Tints
Lighter variations
1#7468F5
2#8379F6
3#938AF8
4#A29AF9
5#B2ABFA
6#C1BCFB
7#D1CDFC
8#E0DDFD
9#F0EEFE
Tones
Muted variations
1#6B5FEC
2#7167E5
3#786FDD
4#7E77D5
5#857ECD
6#8C86C5
7#928EBD
8#9996B5
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C6C1FB;
--royal-blue-300: #9991F8;
--royal-blue-400: #6457F4;
--royal-blue-500: #3827F1;
--royal-blue-600: #1E0DD3;
--royal-blue-700: #180BA8;
--royal-blue-800: #110878;
--royal-blue-900: #0B054D;
--royal-blue-950: #070330;
}