Royal Blue
#4E86FD
BlueColor Codes
All color formats for development
HEX
#4E86FDRGB
rgb(78, 134, 253)HSL
hsl(221, 98%, 65%)OKLCH
oklch(0.643 0.187 263.2)CMYK
cmyk(69%, 47%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6FFD
2#0D59FD
3#024AE6
4#0240C5
5#0235A4
6#012A83
7#012062
8#011542
9#000B21
Tints
Lighter variations
1#6092FD
2#729EFE
3#83AAFE
4#95B6FE
5#A7C2FE
6#B8CEFE
7#CADBFE
8#DCE7FF
9#EDF3FF
Tones
Muted variations
1#5789F4
2#608CEC
3#698FE3
4#7193DA
5#7A96D1
6#8399C9
7#8C9CC0
8#949FB7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD2 #BDD2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAF #8BAFFE | BordersInactive statesPlaceholder text |
| 400 | 4E86 #4E86FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C63 #1C63FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0248 #0248DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0239 #0239B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0129 #01297E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011A #011A51 | 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: #F0F5FF;
--royal-blue-100: #DCE7FF;
--royal-blue-200: #BDD2FE;
--royal-blue-300: #8BAFFE;
--royal-blue-400: #4E86FD;
--royal-blue-500: #1C63FD;
--royal-blue-600: #0248DE;
--royal-blue-700: #0239B1;
--royal-blue-800: #01297E;
--royal-blue-900: #011A51;
--royal-blue-950: #011032;
}