Royal Blue
#5D9FEE
BlueColor Codes
All color formats for development
HEX
#5D9FEERGB
rgb(93, 159, 238)HSL
hsl(213, 81%, 65%)OKLCH
oklch(0.693 0.135 254)CMYK
cmyk(61%, 33%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F8DEB
2#217BE8
3#166BD2
4#135BB4
5#104C96
6#0D3D78
7#092E5A
8#061E3C
9#030F1E
Tints
Lighter variations
1#6EA8F0
2#7EB2F1
3#8EBBF3
4#9EC5F5
5#AECFF7
6#BED8F8
7#CFE2FA
8#DFECFC
9#EFF5FD
Tones
Muted variations
1#659FE7
2#6CA0E0
3#73A1D8
4#7AA1D1
5#82A2CA
6#89A3C3
7#90A4BB
8#97A4B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D9F #5D9FEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F83 #2F83E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1567 #1567CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1152 #1152A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3B #0C3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0825 #08254A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DFECFC;
--royal-blue-200: #C3DBF9;
--royal-blue-300: #95C0F4;
--royal-blue-400: #5D9FEE;
--royal-blue-500: #2F83E9;
--royal-blue-600: #1567CB;
--royal-blue-700: #1152A2;
--royal-blue-800: #0C3B73;
--royal-blue-900: #08254A;
--royal-blue-950: #05172E;
}