Royal Blue
#6C5BF1
BlueColor Codes
All color formats for development
HEX
#6C5BF1RGB
rgb(108, 91, 241)HSL
hsl(247, 84%, 65%)OKLCH
oklch(0.574 0.216 282.3)CMYK
cmyk(55%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#513CEE
2#361EEB
3#2913D5
4#2310B7
5#1E0D98
6#180B7A
7#12085B
8#0C053D
9#06031E
Tints
Lighter variations
1#7B6BF2
2#8A7CF4
3#988CF5
4#A79CF6
5#B6ADF8
6#C4BDF9
7#D3CEFB
8#E2DEFC
9#F0EFFE
Tones
Muted variations
1#7262E9
2#786AE2
3#7E71DA
4#8379D3
5#8980CB
6#8F88C4
7#958FBC
8#9A97B5
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F93 #9F93F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5B #6C5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 422C #422CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2812 #2812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200E #200EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170A #170A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E2DEFC;
--royal-blue-200: #C9C2FA;
--royal-blue-300: #9F93F6;
--royal-blue-400: #6C5BF1;
--royal-blue-500: #422CED;
--royal-blue-600: #2812CE;
--royal-blue-700: #200EA4;
--royal-blue-800: #170A75;
--royal-blue-900: #0F074B;
--royal-blue-950: #09042F;
}