Royal Blue
#5D82EE
BlueColor Codes
All color formats for development
HEX
#5D82EERGB
rgb(93, 130, 238)HSL
hsl(225, 81%, 65%)OKLCH
oklch(0.632 0.167 267.3)CMYK
cmyk(61%, 45%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F6AEB
2#2153E8
3#1645D2
4#133BB4
5#103196
6#0D2778
7#091E5A
8#06143C
9#030A1E
Tints
Lighter variations
1#6E8EF0
2#7E9BF1
3#8EA7F3
4#9EB4F5
5#AEC0F7
6#BECDF8
7#CFD9FA
8#DFE6FC
9#EFF2FD
Tones
Muted variations
1#6585E7
2#6C89E0
3#738CD8
4#7A90D1
5#8294CA
6#8997C3
7#909BBB
8#979FB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF4 | BordersInactive statesPlaceholder text |
| 400 | 5D82 #5D82EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F5E #2F5EE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1543 #1543CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1135 #1135A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C26 #0C2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #08184A | 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: #F1F4FE;
--royal-blue-100: #DFE6FC;
--royal-blue-200: #C3D0F9;
--royal-blue-300: #95ADF4;
--royal-blue-400: #5D82EE;
--royal-blue-500: #2F5EE9;
--royal-blue-600: #1543CB;
--royal-blue-700: #1135A2;
--royal-blue-800: #0C2673;
--royal-blue-900: #08184A;
--royal-blue-950: #050F2E;
}