Royal Blue
#6F5BF1
BlueColor Codes
All color formats for development
HEX
#6F5BF1RGB
rgb(111, 91, 241)HSL
hsl(248, 84%, 65%)OKLCH
oklch(0.576 0.215 283.4)CMYK
cmyk(54%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#543CEE
2#391EEB
3#2D13D5
4#2610B7
5#200D98
6#190B7A
7#13085B
8#0D053D
9#06031E
Tints
Lighter variations
1#7D6BF2
2#8C7CF4
3#9A8CF5
4#A89CF6
5#B7ADF8
6#C5BDF9
7#D4CEFB
8#E2DEFC
9#F1EFFE
Tones
Muted variations
1#7462E9
2#7A6AE2
3#7F71DA
4#8579D3
5#8A80CB
6#9088C4
7#958FBC
8#9B97B5
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A093 #A093F6 | BordersInactive statesPlaceholder text |
| 400 | 6F5B #6F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 462C #462CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B12 #2B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220E #220EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DEFC;
--royal-blue-200: #C9C2FA;
--royal-blue-300: #A093F6;
--royal-blue-400: #6F5BF1;
--royal-blue-500: #462CED;
--royal-blue-600: #2B12CE;
--royal-blue-700: #220EA4;
--royal-blue-800: #180A75;
--royal-blue-900: #10074B;
--royal-blue-950: #0A042F;
}