Royal Blue
#4E80FD
BlueColor Codes
All color formats for development
HEX
#4E80FDRGB
rgb(78, 128, 253)HSL
hsl(223, 98%, 65%)OKLCH
oklch(0.631 0.194 264.9)CMYK
cmyk(69%, 49%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D68FD
2#0D51FD
3#0243E6
4#0239C5
5#0230A4
6#012683
7#011D62
8#011342
9#000A21
Tints
Lighter variations
1#608DFD
2#7299FE
3#83A6FE
4#95B3FE
5#A7BFFE
6#B8CCFE
7#CAD9FE
8#DCE6FF
9#EDF2FF
Tones
Muted variations
1#5784F4
2#6087EC
3#698BE3
4#718FDA
5#7A93D1
6#8397C9
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 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD0 #BDD0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAB #8BABFE | BordersInactive statesPlaceholder text |
| 400 | 4E80 #4E80FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5C #1C5CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0241 #0241DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0233 #0233B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0125 #01257E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0117 #011751 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | 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: #BDD0FE;
--royal-blue-300: #8BABFE;
--royal-blue-400: #4E80FD;
--royal-blue-500: #1C5CFD;
--royal-blue-600: #0241DE;
--royal-blue-700: #0233B1;
--royal-blue-800: #01257E;
--royal-blue-900: #011751;
--royal-blue-950: #010F32;
}