Royal Blue
#5A8FF2
BlueColor Codes
All color formats for development
HEX
#5A8FF2RGB
rgb(90, 143, 242)HSL
hsl(219, 85%, 65%)OKLCH
oklch(0.66 0.158 261.8)CMYK
cmyk(63%, 41%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B7AEF
2#1D65ED
3#1156D7
4#0F4AB8
5#0C3E99
6#0A317B
7#07255C
8#05193D
9#020C1F
Tints
Lighter variations
1#6A9AF3
2#7BA5F4
3#8BB1F6
4#9CBCF7
5#ACC7F8
6#BDD2FA
7#CDDDFB
8#DEE9FC
9#EEF4FE
Tones
Muted variations
1#6191EA
2#6994E2
3#7196DB
4#7898D3
5#809ACC
6#879DC4
7#8F9FBD
8#97A1B5
9#9EA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B5 #92B5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8F #5A8FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B6F #2B6FEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1154 #1154D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D42 #0D42A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2F #0A2F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061E #061E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE9FC;
--royal-blue-200: #C2D5FA;
--royal-blue-300: #92B5F6;
--royal-blue-400: #5A8FF2;
--royal-blue-500: #2B6FEE;
--royal-blue-600: #1154D0;
--royal-blue-700: #0D42A5;
--royal-blue-800: #0A2F76;
--royal-blue-900: #061E4B;
--royal-blue-950: #04132F;
}