Royal Blue
#6E5AF2
BlueColor Codes
All color formats for development
HEX
#6E5AF2RGB
rgb(110, 90, 242)HSL
hsl(248, 85%, 65%)OKLCH
oklch(0.574 0.218 283.1)CMYK
cmyk(55%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#533BEF
2#381DED
3#2C11D7
4#250FB8
5#1F0C99
6#190A7B
7#13075C
8#0C053D
9#06021F
Tints
Lighter variations
1#7D6AF3
2#8B7BF4
3#9A8BF6
4#A89CF7
5#B7ACF8
6#C5BDFA
7#D4CDFB
8#E2DEFC
9#F1EEFE
Tones
Muted variations
1#7461EA
2#7969E2
3#7F71DB
4#8478D3
5#8A80CC
6#8F87C4
7#958FBD
8#9B97B5
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A092 #A092F6 | BordersInactive statesPlaceholder text |
| 400 | 6E5A #6E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 452B #452BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A11 #2A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220D #220DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F06 #0F064B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DEFC;
--royal-blue-200: #C9C2FA;
--royal-blue-300: #A092F6;
--royal-blue-400: #6E5AF2;
--royal-blue-500: #452BEE;
--royal-blue-600: #2A11D0;
--royal-blue-700: #220DA5;
--royal-blue-800: #180A76;
--royal-blue-900: #0F064B;
--royal-blue-950: #0A042F;
}