Royal Blue
#714EFD
BlueColor Codes
All color formats for development
HEX
#714EFDRGB
rgb(113, 78, 253)HSL
hsl(252, 98%, 65%)OKLCH
oklch(0.569 0.244 284.7)CMYK
cmyk(55%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#572DFD
2#3D0DFD
3#3002E6
4#2902C5
5#2202A4
6#1B0183
7#140162
8#0E0142
9#070021
Tints
Lighter variations
1#7F60FD
2#8E72FE
3#9C83FE
4#AA95FE
5#B8A7FE
6#C6B8FE
7#D4CAFE
8#E3DCFF
9#F1EDFF
Tones
Muted variations
1#7757F4
2#7C60EC
3#8169E3
4#8671DA
5#8C7AD1
6#9183C9
7#968CC0
8#9B94B7
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFE | BordersInactive statesPlaceholder text |
| 400 | 714E #714EFD | Disabled statesSecondary iconsMuted text |
| 500 | 491C #491CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E02 #2E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2502 #2502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A01 #1A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E3DCFF;
--royal-blue-200: #CABDFE;
--royal-blue-300: #A28BFE;
--royal-blue-400: #714EFD;
--royal-blue-500: #491CFD;
--royal-blue-600: #2E02DE;
--royal-blue-700: #2502B1;
--royal-blue-800: #1A017E;
--royal-blue-900: #110151;
--royal-blue-950: #0B0132;
}