Royal Blue
#205EF8
BlueColor Codes
All color formats for development
HEX
#205EF8RGB
rgb(32, 94, 248)HSL
hsl(223, 94%, 55%)OKLCH
oklch(0.547 0.238 263.6)CMYK
cmyk(87%, 62%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084BF5
2#0742DA
3#063ABE
4#0532A3
5#042A88
6#03216D
7#031952
8#021136
9#01081B
Tints
Lighter variations
1#376EF9
2#4D7EF9
3#638EFA
4#799EFB
5#90AEFC
6#A6BEFC
7#BCCFFD
8#D2DFFE
9#E9EFFE
Tones
Muted variations
1#2B62ED
2#3667E3
3#416CD8
4#4C70CD
5#5675C2
6#617AB7
7#6C7EAD
8#7783A2
9#818897
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;
}