Royal Blue
#604EFD
BlueColor Codes
All color formats for development
HEX
#604EFDRGB
rgb(96, 78, 253)HSL
hsl(246, 98%, 65%)OKLCH
oklch(0.556 0.247 279.3)CMYK
cmyk(62%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#422DFD
2#250DFD
3#1902E6
4#1502C5
5#1202A4
6#0E0183
7#0B0162
8#070142
9#040021
Tints
Lighter variations
1#7060FD
2#8072FE
3#9083FE
4#9F95FE
5#AFA7FE
6#BFB8FE
7#CFCAFE
8#DFDCFF
9#EFEDFF
Tones
Muted variations
1#6757F4
2#6E60EC
3#7569E3
4#7C71DA
5#837AD1
6#8A83C9
7#918CC0
8#9894B7
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 968B #968BFE | BordersInactive statesPlaceholder text |
| 400 | 604E #604EFD | Disabled statesSecondary iconsMuted text |
| 500 | 321C #321CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1802 #1802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1302 #1302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E01 #0E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090151 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FF;
--royal-blue-100: #DFDCFF;
--royal-blue-200: #C4BDFE;
--royal-blue-300: #968BFE;
--royal-blue-400: #604EFD;
--royal-blue-500: #321CFD;
--royal-blue-600: #1802DE;
--royal-blue-700: #1302B1;
--royal-blue-800: #0E017E;
--royal-blue-900: #090151;
--royal-blue-950: #060132;
}