Royal Blue
#4E7DFD
BlueColor Codes
All color formats for development
HEX
#4E7DFDRGB
rgb(78, 125, 253)HSL
hsl(224, 98%, 65%)OKLCH
oklch(0.625 0.197 265.7)CMYK
cmyk(69%, 51%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D65FD
2#0D4DFD
3#023FE6
4#0236C5
5#022DA4
6#012483
7#011B62
8#011242
9#000921
Tints
Lighter variations
1#608AFD
2#7297FE
3#83A4FE
4#95B1FE
5#A7BEFE
6#B8CBFE
7#CAD8FE
8#DCE5FF
9#EDF2FF
Tones
Muted variations
1#5781F4
2#6085EC
3#6989E3
4#718DDA
5#7A91D1
6#8395C9
7#8C9AC0
8#949EB7
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAA #8BAAFE | BordersInactive statesPlaceholder text |
| 400 | 4E7D #4E7DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C58 #1C58FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 023D #023DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0230 #0230B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0123 #01237E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0116 #011651 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE5FF;
--royal-blue-200: #BDCFFE;
--royal-blue-300: #8BAAFE;
--royal-blue-400: #4E7DFD;
--royal-blue-500: #1C58FD;
--royal-blue-600: #023DDE;
--royal-blue-700: #0230B1;
--royal-blue-800: #01237E;
--royal-blue-900: #011651;
--royal-blue-950: #010E32;
}