Royal Blue
#6F54F8
BlueColor Codes
All color formats for development
HEX
#6F54F8RGB
rgb(111, 84, 248)HSL
hsl(250, 92%, 65%)OKLCH
oklch(0.571 0.232 283.8)CMYK
cmyk(55%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5434F7
2#3A14F5
3#2D09DF
4#2608BF
5#20079F
6#1A057F
7#13045F
8#0D0340
9#060120
Tints
Lighter variations
1#7D65F9
2#8C76F9
3#9A87FA
4#A998FB
5#B7A9FB
6#C5BAFC
7#D4CCFD
8#E2DDFE
9#F1EEFE
Tones
Muted variations
1#745CF0
2#7A64E7
3#7F6CDF
4#8574D7
5#8A7DCF
6#9085C7
7#958DBE
8#9B95B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFA | BordersInactive statesPlaceholder text |
| 400 | 6F54 #6F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4623 #4623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B09 #2B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2307 #2307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1905 #19057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E2DDFE;
--royal-blue-200: #CABFFC;
--royal-blue-300: #A08EFA;
--royal-blue-400: #6F54F8;
--royal-blue-500: #4623F6;
--royal-blue-600: #2B09D7;
--royal-blue-700: #2307AB;
--royal-blue-800: #19057A;
--royal-blue-900: #10034E;
--royal-blue-950: #0A0231;
}