Royal Blue
#5D8DEF
BlueColor Codes
All color formats for development
HEX
#5D8DEFRGB
rgb(93, 141, 239)HSL
hsl(220, 82%, 65%)OKLCH
oklch(0.656 0.156 263.1)CMYK
cmyk(61%, 41%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E78EC
2#2063E9
3#1554D3
4#1248B5
5#0F3C97
6#0C3079
7#09245A
8#06183C
9#030C1E
Tints
Lighter variations
1#6D99F1
2#7DA4F2
3#8DAFF4
4#9EBBF5
5#AEC6F7
6#BED2F9
7#CEDDFA
8#DFE8FC
9#EFF4FD
Tones
Muted variations
1#6490E8
2#6B92E0
3#7395D9
4#7A97D2
5#819ACA
6#889CC3
7#909EBC
8#97A1B4
9#9EA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B4 #94B4F4 | BordersInactive statesPlaceholder text |
| 400 | 5D8D #5D8DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E6D #2E6DEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1452 #1452CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1041 #1041A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2E #0B2E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071E #071E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DFE8FC;
--royal-blue-200: #C3D5F9;
--royal-blue-300: #94B4F4;
--royal-blue-400: #5D8DEF;
--royal-blue-500: #2E6DEA;
--royal-blue-600: #1452CC;
--royal-blue-700: #1041A2;
--royal-blue-800: #0B2E74;
--royal-blue-900: #071E4A;
--royal-blue-950: #05132E;
}