Royal Blue
#6A54F8
BlueColor Codes
All color formats for development
HEX
#6A54F8RGB
rgb(106, 84, 248)HSL
hsl(248, 92%, 65%)OKLCH
oklch(0.567 0.233 282.1)CMYK
cmyk(57%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E34F7
2#3214F5
3#2609DF
4#2008BF
5#1B079F
6#16057F
7#10045F
8#0B0340
9#050120
Tints
Lighter variations
1#7865F9
2#8776F9
3#9687FA
4#A598FB
5#B4A9FB
6#C3BAFC
7#D2CCFD
8#E1DDFE
9#F0EEFE
Tones
Muted variations
1#705CF0
2#7664E7
3#7C6CDF
4#8274D7
5#887DCF
6#8E85C7
7#948DBE
8#9A95B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8E #9D8EFA | BordersInactive statesPlaceholder text |
| 400 | 6A54 #6A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3F23 #3F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2509 #2509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D07 #1D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1505 #15057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E1DDFE;
--royal-blue-200: #C7BFFC;
--royal-blue-300: #9D8EFA;
--royal-blue-400: #6A54F8;
--royal-blue-500: #3F23F6;
--royal-blue-600: #2509D7;
--royal-blue-700: #1D07AB;
--royal-blue-800: #15057A;
--royal-blue-900: #0D034E;
--royal-blue-950: #080231;
}