Royal Blue
#5A85F2
BlueColor Codes
All color formats for development
HEX
#5A85F2RGB
rgb(90, 133, 242)HSL
hsl(223, 85%, 65%)OKLCH
oklch(0.639 0.17 265.6)CMYK
cmyk(63%, 45%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6EEF
2#1D58ED
3#1149D7
4#0F3FB8
5#0C3499
6#0A2A7B
7#071F5C
8#05153D
9#020A1F
Tints
Lighter variations
1#6A91F3
2#7B9DF4
3#8BAAF6
4#9CB6F7
5#ACC2F8
6#BDCEFA
7#CDDAFB
8#DEE7FC
9#EEF3FE
Tones
Muted variations
1#6188EA
2#698BE2
3#718FDB
4#7892D3
5#8095CC
6#8799C4
7#8F9CBD
8#979FB5
9#9EA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AF #92AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5A85 #5A85F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B62 #2B62EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1147 #1147D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D38 #0D38A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A28 #0A2876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061A #061A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE7FC;
--royal-blue-200: #C2D2FA;
--royal-blue-300: #92AFF6;
--royal-blue-400: #5A85F2;
--royal-blue-500: #2B62EE;
--royal-blue-600: #1147D0;
--royal-blue-700: #0D38A5;
--royal-blue-800: #0A2876;
--royal-blue-900: #061A4B;
--royal-blue-950: #04102F;
}