Royal Blue
#4E74FD
BlueColor Codes
All color formats for development
HEX
#4E74FDRGB
rgb(78, 116, 253)HSL
hsl(227, 98%, 65%)OKLCH
oklch(0.608 0.208 267.9)CMYK
cmyk(69%, 54%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5AFD
2#0D41FD
3#0234E6
4#022CC5
5#0225A4
6#011D83
7#011662
8#010F42
9#000721
Tints
Lighter variations
1#6082FD
2#7290FE
3#839EFE
4#95ACFE
5#A7BAFE
6#B8C7FE
7#CAD5FE
8#DCE3FF
9#EDF1FF
Tones
Muted variations
1#5779F4
2#607EEC
3#6983E3
4#7188DA
5#7A8DD1
6#8392C9
7#8C97C0
8#949CB7
9#9DA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCB #BDCBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA4 #8BA4FE | BordersInactive statesPlaceholder text |
| 400 | 4E74 #4E74FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C4D #1C4DFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0232 #0232DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0228 #0228B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011C #011C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0112 #011251 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE3FF;
--royal-blue-200: #BDCBFE;
--royal-blue-300: #8BA4FE;
--royal-blue-400: #4E74FD;
--royal-blue-500: #1C4DFD;
--royal-blue-600: #0232DE;
--royal-blue-700: #0228B1;
--royal-blue-800: #011C7E;
--royal-blue-900: #011251;
--royal-blue-950: #010B32;
}