Royal Blue
#5D9AEE
BlueColor Codes
All color formats for development
HEX
#5D9AEERGB
rgb(93, 154, 238)HSL
hsl(215, 81%, 65%)OKLCH
oklch(0.682 0.14 256.7)CMYK
cmyk(61%, 35%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F87EB
2#2174E8
3#1664D2
4#1356B4
5#104896
6#0D3978
7#092B5A
8#061D3C
9#030E1E
Tints
Lighter variations
1#6EA4F0
2#7EAEF1
3#8EB8F3
4#9EC2F5
5#AECCF7
6#BED6F8
7#CFE1FA
8#DFEBFC
9#EFF5FD
Tones
Muted variations
1#659BE7
2#6C9CE0
3#739DD8
4#7A9FD1
5#82A0CA
6#89A1C3
7#90A2BB
8#97A3B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BC #95BCF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9A #5D9AEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F7D #2F7DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1561 #1561CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 114D #114DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C37 #0C3773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0823 #08234A | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DFEBFC;
--royal-blue-200: #C3D9F9;
--royal-blue-300: #95BCF4;
--royal-blue-400: #5D9AEE;
--royal-blue-500: #2F7DE9;
--royal-blue-600: #1561CB;
--royal-blue-700: #114DA2;
--royal-blue-800: #0C3773;
--royal-blue-900: #08234A;
--royal-blue-950: #05162E;
}