Royal Blue
#6A57F4
BlueColor Codes
All color formats for development
HEX
#6A57F4RGB
rgb(106, 87, 244)HSL
hsl(247, 88%, 65%)OKLCH
oklch(0.568 0.225 282)CMYK
cmyk(57%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E38F2
2#3219F0
3#260EDA
4#200CBB
5#1B0A9C
6#16087D
7#10065D
8#0B043E
9#05021F
Tints
Lighter variations
1#7868F5
2#8779F6
3#968AF8
4#A59AF9
5#B4ABFA
6#C3BCFB
7#D2CDFC
8#E1DDFD
9#F0EEFE
Tones
Muted variations
1#705FEC
2#7667E5
3#7C6FDD
4#8277D5
5#887ECD
6#8E86C5
7#948EBD
8#9A96B5
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D91 #9D91F8 | BordersInactive statesPlaceholder text |
| 400 | 6A57 #6A57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3F27 #3F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250D #250DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0B #1D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1508 #150878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D05 #0D054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C7C1FB;
--royal-blue-300: #9D91F8;
--royal-blue-400: #6A57F4;
--royal-blue-500: #3F27F1;
--royal-blue-600: #250DD3;
--royal-blue-700: #1D0BA8;
--royal-blue-800: #150878;
--royal-blue-900: #0D054D;
--royal-blue-950: #080330;
}