Royal Blue
#5A5AF2
BlueColor Codes
All color formats for development
HEX
#5A5AF2RGB
rgb(90, 90, 242)HSL
hsl(240, 85%, 65%)OKLCH
oklch(0.56 0.222 276.5)CMYK
cmyk(63%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3BEF
2#1D1DED
3#1111D7
4#0F0FB8
5#0C0C99
6#0A0A7B
7#07075C
8#05053D
9#02021F
Tints
Lighter variations
1#6A6AF3
2#7B7BF4
3#8B8BF6
4#9C9CF7
5#ACACF8
6#BDBDFA
7#CDCDFB
8#DEDEFC
9#EEEEFE
Tones
Muted variations
1#6161EA
2#6969E2
3#7171DB
4#7878D3
5#8080CC
6#8787C4
7#8F8FBD
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 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5A #5A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2B #2B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1111 #1111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D0D #0D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | 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: #C2C2FA;
--royal-blue-300: #9292F6;
--royal-blue-400: #5A5AF2;
--royal-blue-500: #2B2BEE;
--royal-blue-600: #1111D0;
--royal-blue-700: #0D0DA5;
--royal-blue-800: #0A0A76;
--royal-blue-900: #06064B;
--royal-blue-950: #04042F;
}