Royal Blue
#5E82ED
BlueColor Codes
All color formats for development
HEX
#5E82EDRGB
rgb(94, 130, 237)HSL
hsl(225, 80%, 65%)OKLCH
oklch(0.632 0.165 267.5)CMYK
cmyk(60%, 45%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#416BEA
2#2354E7
3#1746D1
4#143CB3
5#113295
6#0D2877
7#0A1E5A
8#07143C
9#030A1E
Tints
Lighter variations
1#6E8FEF
2#7E9BF1
3#8FA8F3
4#9FB4F4
5#AFC1F6
6#BFCDF8
7#CFDAFA
8#DFE6FB
9#EFF3FD
Tones
Muted variations
1#6586E6
2#6D89DF
3#748DD8
4#7B90D1
5#8294C9
6#8997C2
7#909BBB
8#979FB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5E82 #5E82ED | Disabled statesSecondary iconsMuted text |
| 500 | 305E #305EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1643 #1643CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1236 #1236A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D26 #0D2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #081849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE6FB;
--royal-blue-200: #C3D1F8;
--royal-blue-300: #95ADF3;
--royal-blue-400: #5E82ED;
--royal-blue-500: #305EE8;
--royal-blue-600: #1643CA;
--royal-blue-700: #1236A1;
--royal-blue-800: #0D2673;
--royal-blue-900: #081849;
--royal-blue-950: #050F2E;
}