Royal Blue
#6F57F4
BlueColor Codes
All color formats for development
HEX
#6F57F4RGB
rgb(111, 87, 244)HSL
hsl(249, 88%, 65%)OKLCH
oklch(0.572 0.224 283.7)CMYK
cmyk(55%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5438F2
2#3919F0
3#2D0EDA
4#260CBB
5#200A9C
6#19087D
7#13065D
8#0D043E
9#06021F
Tints
Lighter variations
1#7D68F5
2#8C79F6
3#9A8AF8
4#A89AF9
5#B7ABFA
6#C5BCFB
7#D4CDFC
8#E2DDFD
9#F1EEFE
Tones
Muted variations
1#745FEC
2#7A67E5
3#7F6FDD
4#8577D5
5#8A7ECD
6#9086C5
7#958EBD
8#9B96B5
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C9C1FB;
--royal-blue-300: #A091F8;
--royal-blue-400: #6F57F4;
--royal-blue-500: #4627F1;
--royal-blue-600: #2B0DD3;
--royal-blue-700: #220BA8;
--royal-blue-800: #180878;
--royal-blue-900: #10054D;
--royal-blue-950: #0A0330;
}