Royal Blue
#7D5AF2
BlueColor Codes
All color formats for development
HEX
#7D5AF2RGB
rgb(125, 90, 242)HSL
hsl(254, 85%, 65%)OKLCH
oklch(0.587 0.217 288.5)CMYK
cmyk(48%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#653BEF
2#4D1DED
3#3F11D7
4#360FB8
5#2D0C99
6#240A7B
7#1B075C
8#12053D
9#09021F
Tints
Lighter variations
1#8A6AF3
2#977BF4
3#A48BF6
4#B19CF7
5#BEACF8
6#CBBDFA
7#D8CDFB
8#E5DEFC
9#F2EEFE
Tones
Muted variations
1#8161EA
2#8569E2
3#8971DB
4#8D78D3
5#9280CC
6#9687C4
7#9A8FBD
8#9E97B5
9#A29EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA92 #AA92F6 | BordersInactive statesPlaceholder text |
| 400 | 7D5A #7D5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 582B #582BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D11 #3D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310D #310DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DEFC;
--royal-blue-200: #CFC2FA;
--royal-blue-300: #AA92F6;
--royal-blue-400: #7D5AF2;
--royal-blue-500: #582BEE;
--royal-blue-600: #3D11D0;
--royal-blue-700: #310DA5;
--royal-blue-800: #230A76;
--royal-blue-900: #16064B;
--royal-blue-950: #0E042F;
}