Royal Blue
#4E7AFD
BlueColor Codes
All color formats for development
HEX
#4E7AFDRGB
rgb(78, 122, 253)HSL
hsl(225, 98%, 65%)OKLCH
oklch(0.619 0.201 266.5)CMYK
cmyk(69%, 52%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D61FD
2#0D49FD
3#023BE6
4#0233C5
5#022AA4
6#012283
7#011962
8#011142
9#000821
Tints
Lighter variations
1#6087FD
2#7295FE
3#83A2FE
4#95AFFE
5#A7BDFE
6#B8CAFE
7#CAD7FE
8#DCE4FF
9#EDF2FF
Tones
Muted variations
1#577EF4
2#6083EC
3#6987E3
4#718CDA
5#7A90D1
6#8394C9
7#8C99C0
8#949DB7
9#9DA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCE #BDCEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA8 #8BA8FE | BordersInactive statesPlaceholder text |
| 400 | 4E7A #4E7AFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C54 #1C54FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0239 #0239DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 022E #022EB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0121 #01217E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0115 #011551 | Primary textHigh emphasis contentDark headings |
| 950 | 010D #010D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE4FF;
--royal-blue-200: #BDCEFE;
--royal-blue-300: #8BA8FE;
--royal-blue-400: #4E7AFD;
--royal-blue-500: #1C54FD;
--royal-blue-600: #0239DE;
--royal-blue-700: #022EB1;
--royal-blue-800: #01217E;
--royal-blue-900: #011551;
--royal-blue-950: #010D32;
}