Royal Blue
#4E8CFD
BlueColor Codes
All color formats for development
HEX
#4E8CFDRGB
rgb(78, 140, 253)HSL
hsl(219, 98%, 65%)OKLCH
oklch(0.655 0.18 261.3)CMYK
cmyk(69%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D76FD
2#0D61FD
3#0252E6
4#0246C5
5#023BA4
6#012F83
7#012362
8#011742
9#000C21
Tints
Lighter variations
1#6097FD
2#72A3FE
3#83AEFE
4#95BAFE
5#A7C5FE
6#B8D1FE
7#CADCFE
8#DCE8FF
9#EDF3FF
Tones
Muted variations
1#578EF4
2#6091EC
3#6993E3
4#7196DA
5#7A99D1
6#839BC9
7#8C9EC0
8#94A1B7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD4 #BDD4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FE | BordersInactive statesPlaceholder text |
| 400 | 4E8C #4E8CFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C6B #1C6BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 024F #024FDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 023F #023FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 012D #012D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D51 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE8FF;
--royal-blue-200: #BDD4FE;
--royal-blue-300: #8BB3FE;
--royal-blue-400: #4E8CFD;
--royal-blue-500: #1C6BFD;
--royal-blue-600: #024FDE;
--royal-blue-700: #023FB1;
--royal-blue-800: #012D7E;
--royal-blue-900: #011D51;
--royal-blue-950: #011232;
}