Royal Blue
#515FFB
BlueColor Codes
All color formats for development
HEX
#515FFBRGB
rgb(81, 95, 251)HSL
hsl(235, 96%, 65%)OKLCH
oklch(0.57 0.229 272.8)CMYK
cmyk(68%, 62%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3041FB
2#0F23FA
3#0517E3
4#0414C3
5#0311A2
6#030D82
7#020A61
8#010741
9#010320
Tints
Lighter variations
1#626EFC
2#737EFC
3#858FFD
4#969FFD
5#A8AFFD
6#B9BFFE
7#CBCFFE
8#DCDFFE
9#EEEFFF
Tones
Muted variations
1#5965F3
2#616DEA
3#6A74E2
4#727BD9
5#7B82D1
6#8389C8
7#8C90BF
8#9597B7
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C95 #8C95FD | BordersInactive statesPlaceholder text |
| 400 | 505E #505EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E30 #1E30FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0416 #0416DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0412 #0412AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0208 #020850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FF;
--royal-blue-100: #DCDFFE;
--royal-blue-200: #BEC3FE;
--royal-blue-300: #8C95FD;
--royal-blue-400: #505EFB;
--royal-blue-500: #1E30FA;
--royal-blue-600: #0416DC;
--royal-blue-700: #0412AF;
--royal-blue-800: #030D7D;
--royal-blue-900: #020850;
--royal-blue-950: #010532;
}