Royal Blue
#4E83FD
BlueColor Codes
All color formats for development
HEX
#4E83FDRGB
rgb(78, 131, 253)HSL
hsl(222, 98%, 65%)OKLCH
oklch(0.637 0.19 264.1)CMYK
cmyk(69%, 48%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6CFD
2#0D55FD
3#0247E6
4#023CC5
5#0232A4
6#012883
7#011E62
8#011442
9#000A21
Tints
Lighter variations
1#608FFD
2#729CFE
3#83A8FE
4#95B4FE
5#A7C1FE
6#B8CDFE
7#CADAFE
8#DCE6FF
9#EDF3FF
Tones
Muted variations
1#5786F4
2#608AEC
3#698DE3
4#7191DA
5#7A94D1
6#8398C9
7#8C9BC0
8#949FB7
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD1 #BDD1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAD #8BADFE | BordersInactive statesPlaceholder text |
| 400 | 4E83 #4E83FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5F #1C5FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0244 #0244DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0236 #0236B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0127 #01277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011951 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FF;
--royal-blue-200: #BDD1FE;
--royal-blue-300: #8BADFE;
--royal-blue-400: #4E83FD;
--royal-blue-500: #1C5FFD;
--royal-blue-600: #0244DE;
--royal-blue-700: #0236B1;
--royal-blue-800: #01277E;
--royal-blue-900: #011951;
--royal-blue-950: #011032;
}