Royal Blue
#5281FA
BlueColor Codes
All color formats for development
HEX
#5281FARGB
rgb(82, 129, 250)HSL
hsl(223, 94%, 65%)OKLCH
oklch(0.633 0.188 265.4)CMYK
cmyk(67%, 48%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#326AF9
2#1253F8
3#0745E1
4#063BC1
5#0531A1
6#042781
7#031D60
8#021440
9#010A20
Tints
Lighter variations
1#638EFA
2#749BFB
3#86A7FB
4#97B4FC
5#A8C0FC
6#BACDFD
7#CBD9FD
8#DCE6FE
9#EEF2FE
Tones
Muted variations
1#5A85F1
2#6389E9
3#6B8CE0
4#7390D8
5#7C94D0
6#8497C7
7#8D9BBF
8#959EB7
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD0 #BFD0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAC #8DACFB | BordersInactive statesPlaceholder text |
| 400 | 5281 #5281FA | Disabled statesSecondary iconsMuted text |
| 500 | 205E #205EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0742 #0742DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0535 #0535AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0426 #04267C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0218 #02184F | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FE;
--royal-blue-200: #BFD0FD;
--royal-blue-300: #8DACFB;
--royal-blue-400: #5281FA;
--royal-blue-500: #205EF8;
--royal-blue-600: #0742DA;
--royal-blue-700: #0535AD;
--royal-blue-800: #04267C;
--royal-blue-900: #02184F;
--royal-blue-950: #020F31;
}