Royal Blue
#6C54F8
BlueColor Codes
All color formats for development
HEX
#6C54F8RGB
rgb(108, 84, 248)HSL
hsl(249, 92%, 65%)OKLCH
oklch(0.569 0.233 282.8)CMYK
cmyk(56%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5134F7
2#3614F5
3#2909DF
4#2308BF
5#1E079F
6#18057F
7#12045F
8#0C0340
9#060120
Tints
Lighter variations
1#7B65F9
2#8A76F9
3#9887FA
4#A798FB
5#B6A9FB
6#C4BAFC
7#D3CCFD
8#E2DDFE
9#F0EEFE
Tones
Muted variations
1#725CF0
2#7864E7
3#7E6CDF
4#8374D7
5#897DCF
6#8F85C7
7#958DBE
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 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8E #9F8EFA | BordersInactive statesPlaceholder text |
| 400 | 6C54 #6C54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4223 #4223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2809 #2809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2007 #2007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1705 #17057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F03 #0F034E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E2DDFE;
--royal-blue-200: #C9BFFC;
--royal-blue-300: #9F8EFA;
--royal-blue-400: #6C54F8;
--royal-blue-500: #4223F6;
--royal-blue-600: #2809D7;
--royal-blue-700: #2007AB;
--royal-blue-800: #17057A;
--royal-blue-900: #0F034E;
--royal-blue-950: #090231;
}