Royal Blue
#7153F9
BlueColor Codes
All color formats for development
HEX
#7153F9RGB
rgb(113, 83, 249)HSL
hsl(251, 93%, 65%)OKLCH
oklch(0.572 0.234 284.5)CMYK
cmyk(55%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5733F8
2#3D13F6
3#3008E0
4#2907C0
5#2206A0
6#1B0580
7#140360
8#0E0240
9#070120
Tints
Lighter variations
1#7F64F9
2#8E75FA
3#9C86FB
4#AA98FB
5#B8A9FC
6#C6BAFD
7#D4CBFD
8#E3DDFE
9#F1EEFE
Tones
Muted variations
1#765BF0
2#7C63E8
3#816CE0
4#8674D8
5#8B7CCF
6#9185C7
7#968DBF
8#9B95B6
9#A09DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFB | BordersInactive statesPlaceholder text |
| 400 | 7153 #7153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4922 #4922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E08 #2E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2506 #2506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034F | 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: #E3DDFE;
--royal-blue-200: #CABFFD;
--royal-blue-300: #A28EFB;
--royal-blue-400: #7153F9;
--royal-blue-500: #4922F7;
--royal-blue-600: #2E08D9;
--royal-blue-700: #2506AC;
--royal-blue-800: #1A047B;
--royal-blue-900: #11034F;
--royal-blue-950: #0A0231;
}