Royal Blue
#5A71F2
BlueColor Codes
All color formats for development
HEX
#5A71F2RGB
rgb(90, 113, 242)HSL
hsl(231, 85%, 65%)OKLCH
oklch(0.6 0.194 271.7)CMYK
cmyk(63%, 53%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B56EF
2#1D3CED
3#112FD7
4#0F28B8
5#0C2299
6#0A1B7B
7#07145C
8#050D3D
9#02071F
Tints
Lighter variations
1#6A7FF3
2#7B8DF4
3#8B9BF6
4#9CAAF7
5#ACB8F8
6#BDC6FA
7#CDD4FB
8#DEE3FC
9#EEF1FE
Tones
Muted variations
1#6176EA
2#697BE2
3#7181DB
4#7886D3
5#808BCC
6#8791C4
7#8F96BD
8#979BB5
9#9EA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F6 | BordersInactive statesPlaceholder text |
| 400 | 5A71 #5A71F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B48 #2B48EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112D #112DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D24 #0D24A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0611 #06114B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE3FC;
--royal-blue-200: #C2CAFA;
--royal-blue-300: #92A1F6;
--royal-blue-400: #5A71F2;
--royal-blue-500: #2B48EE;
--royal-blue-600: #112DD0;
--royal-blue-700: #0D24A5;
--royal-blue-800: #0A1A76;
--royal-blue-900: #06114B;
--royal-blue-950: #040A2F;
}