Royal Blue
#6454F8
BlueColor Codes
All color formats for development
HEX
#6454F8RGB
rgb(100, 84, 248)HSL
hsl(246, 92%, 65%)OKLCH
oklch(0.563 0.234 280.2)CMYK
cmyk(60%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4734F7
2#2B14F5
3#1F09DF
4#1A08BF
5#16079F
6#12057F
7#0D045F
8#090340
9#040120
Tints
Lighter variations
1#7465F9
2#8376F9
3#9387FA
4#A298FB
5#B2A9FB
6#C1BAFC
7#D1CCFD
8#E0DDFE
9#F0EEFE
Tones
Muted variations
1#6B5CF0
2#7164E7
3#786CDF
4#7E74D7
5#857DCF
6#8B85C7
7#928DBE
8#9995B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFA | BordersInactive statesPlaceholder text |
| 400 | 6454 #6454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3823 #3823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E09 #1E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1807 #1807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1105 #11057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B03 #0B034E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E0DDFE;
--royal-blue-200: #C5BFFC;
--royal-blue-300: #998EFA;
--royal-blue-400: #6454F8;
--royal-blue-500: #3823F6;
--royal-blue-600: #1E09D7;
--royal-blue-700: #1807AB;
--royal-blue-800: #11057A;
--royal-blue-900: #0B034E;
--royal-blue-950: #070231;
}