Royal Blue
#5A5CF2
BlueColor Codes
All color formats for development
HEX
#5A5CF2RGB
rgb(90, 92, 242)HSL
hsl(239, 85%, 65%)OKLCH
oklch(0.563 0.219 276.2)CMYK
cmyk(63%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3EEF
2#1D20ED
3#1115D7
4#0F12B8
5#0C0F99
6#0A0C7B
7#07095C
8#05063D
9#02031F
Tints
Lighter variations
1#6A6DF3
2#7B7DF4
3#8B8DF6
4#9C9DF7
5#ACAEF8
6#BDBEFA
7#CDCEFB
8#DEDEFC
9#EEEFFE
Tones
Muted variations
1#6164EA
2#696BE2
3#7172DB
4#787AD3
5#8081CC
6#8788C4
7#8F90BD
8#9797B5
9#9E9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9294 #9294F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5C #5A5CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2E #2B2EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1114 #1114D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D10 #0D10A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0B #0A0B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0607 #06074B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DEDEFC;
--royal-blue-200: #C2C3FA;
--royal-blue-300: #9294F6;
--royal-blue-400: #5A5CF2;
--royal-blue-500: #2B2EEE;
--royal-blue-600: #1114D0;
--royal-blue-700: #0D10A5;
--royal-blue-800: #0A0B76;
--royal-blue-900: #06074B;
--royal-blue-950: #04052F;
}