Royal Blue
#5230E8
BlueColor Codes
All color formats for development
HEX
#5230E8RGB
rgb(82, 48, 232)HSL
hsl(251, 80%, 55%)OKLCH
oklch(0.488 0.253 279.9)CMYK
cmyk(65%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E19E3
2#3716CA
3#3014B1
4#2A1197
5#230E7E
6#1C0B65
7#15084C
8#0E0632
9#070319
Tints
Lighter variations
1#6345EA
2#755AED
3#866EEF
4#9783F1
5#A998F4
6#BAACF6
7#CBC1F8
8#DCD6FA
9#EEEAFD
Tones
Muted variations
1#583ADF
2#5E43D6
3#644CCD
4#6955C3
5#6F5EBA
6#7568B1
7#7B71A8
8#817A9F
9#868395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC3 #CDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A795 #A795F3 | BordersInactive statesPlaceholder text |
| 400 | 795E #795EED | Disabled statesSecondary iconsMuted text |
| 500 | 5230 #5230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3716 #3716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C12 #2C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0D #1F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1408 #140849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CDC3F8;
--royal-blue-300: #A795F3;
--royal-blue-400: #795EED;
--royal-blue-500: #5230E8;
--royal-blue-600: #3716CA;
--royal-blue-700: #2C12A1;
--royal-blue-800: #1F0D73;
--royal-blue-900: #140849;
--royal-blue-950: #0D052E;
}