Royal Blue
#5287FA
BlueColor Codes
All color formats for development
HEX
#5287FARGB
rgb(82, 135, 250)HSL
hsl(221, 94%, 65%)OKLCH
oklch(0.645 0.181 263.5)CMYK
cmyk(67%, 46%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3271F9
2#125AF8
3#074CE1
4#0641C1
5#0536A1
6#042B81
7#032160
8#021640
9#010B20
Tints
Lighter variations
1#6393FA
2#749FFB
3#86ABFB
4#97B7FC
5#A8C3FC
6#BACFFD
7#CBDBFD
8#DCE7FE
9#EEF3FE
Tones
Muted variations
1#5A8AF1
2#638DE9
3#6B90E0
4#7393D8
5#7C96D0
6#8499C7
7#8D9DBF
8#95A0B7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FB | BordersInactive statesPlaceholder text |
| 400 | 5287 #5287FA | Disabled statesSecondary iconsMuted text |
| 500 | 2065 #2065F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074A #074ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053A #053AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE7FE;
--royal-blue-200: #BFD2FD;
--royal-blue-300: #8DB0FB;
--royal-blue-400: #5287FA;
--royal-blue-500: #2065F8;
--royal-blue-600: #074ADA;
--royal-blue-700: #053AAD;
--royal-blue-800: #042A7C;
--royal-blue-900: #021B4F;
--royal-blue-950: #021131;
}