Royal Blue
#6757F4
BlueColor Codes
All color formats for development
HEX
#6757F4RGB
rgb(103, 87, 244)HSL
hsl(246, 88%, 65%)OKLCH
oklch(0.566 0.225 281)CMYK
cmyk(58%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B38F2
2#2E19F0
3#220EDA
4#1D0CBB
5#190A9C
6#14087D
7#0F065D
8#0A043E
9#05021F
Tints
Lighter variations
1#7668F5
2#8579F6
3#958AF8
4#A49AF9
5#B3ABFA
6#C2BCFB
7#D1CDFC
8#E1DDFD
9#F0EEFE
Tones
Muted variations
1#6D5FEC
2#7367E5
3#7A6FDD
4#8077D5
5#867ECD
6#8D86C5
7#938EBD
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 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B91 #9B91F8 | BordersInactive statesPlaceholder text |
| 400 | 6757 #6757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3B27 #3B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 210D #210DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0B #1A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1308 #130878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C05 #0C054D | 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: #9B91F8;
--royal-blue-400: #6757F4;
--royal-blue-500: #3B27F1;
--royal-blue-600: #210DD3;
--royal-blue-700: #1A0BA8;
--royal-blue-800: #130878;
--royal-blue-900: #0C054D;
--royal-blue-950: #080330;
}