Royal Blue
#5D76EE
BlueColor Codes
All color formats for development
HEX
#5D76EERGB
rgb(93, 118, 238)HSL
hsl(230, 81%, 65%)OKLCH
oklch(0.609 0.182 271.2)CMYK
cmyk(61%, 50%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5CEB
2#2143E8
3#1635D2
4#132EB4
5#102696
6#0D1E78
7#09175A
8#060F3C
9#03081E
Tints
Lighter variations
1#6E83F0
2#7E91F1
3#8E9FF3
4#9EADF5
5#AEBAF7
6#BEC8F8
7#CFD6FA
8#DFE4FC
9#EFF1FD
Tones
Muted variations
1#657AE7
2#6C7FE0
3#7384D8
4#7A89D1
5#828ECA
6#8992C3
7#9097BB
8#979CB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F4 | BordersInactive statesPlaceholder text |
| 400 | 5D76 #5D76EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4E #2F4EE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1534 #1534CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1129 #1129A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1D #0C1D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #08134A | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DFE4FC;
--royal-blue-200: #C3CCF9;
--royal-blue-300: #95A5F4;
--royal-blue-400: #5D76EE;
--royal-blue-500: #2F4EE9;
--royal-blue-600: #1534CB;
--royal-blue-700: #1129A2;
--royal-blue-800: #0C1D73;
--royal-blue-900: #08134A;
--royal-blue-950: #050C2E;
}