Royal Blue
#6C57F4
BlueColor Codes
All color formats for development
HEX
#6C57F4RGB
rgb(108, 87, 244)HSL
hsl(248, 88%, 65%)OKLCH
oklch(0.57 0.224 282.7)CMYK
cmyk(56%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5138F2
2#3619F0
3#290EDA
4#230CBB
5#1D0A9C
6#18087D
7#12065D
8#0C043E
9#06021F
Tints
Lighter variations
1#7B68F5
2#8A79F6
3#988AF8
4#A79AF9
5#B6ABFA
6#C4BCFB
7#D3CDFC
8#E2DDFD
9#F0EEFE
Tones
Muted variations
1#725FEC
2#7867E5
3#7D6FDD
4#8377D5
5#897ECD
6#8F86C5
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 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C1 #C8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F91 #9F91F8 | BordersInactive statesPlaceholder text |
| 400 | 6C57 #6C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4227 #4227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 280D #280DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200B #200BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1708 #170878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E05 #0E054D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C8C1FB;
--royal-blue-300: #9F91F8;
--royal-blue-400: #6C57F4;
--royal-blue-500: #4227F1;
--royal-blue-600: #280DD3;
--royal-blue-700: #200BA8;
--royal-blue-800: #170878;
--royal-blue-900: #0E054D;
--royal-blue-950: #090330;
}