Royal Blue
#5159C8
BlueColor Codes
All color formats for development
HEX
#5159C8RGB
rgb(81, 89, 200)HSL
hsl(236, 52%, 55%)OKLCH
oklch(0.519 0.17 275.6)CMYK
cmyk(60%, 56%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D45C0
2#363EAB
3#2F3695
4#282E80
5#22276B
6#1B1F55
7#141740
8#0D0F2B
9#070815
Tints
Lighter variations
1#6269CD
2#737AD3
3#858AD8
4#969BDE
5#A8ACE3
6#B9BCE9
7#CBCDEE
8#DCDEF4
9#EEEEF9
Tones
Muted variations
1#575EC2
2#5D63BC
3#6268B6
4#686DB0
5#6E72AA
6#7478A4
7#7A7D9E
8#808298
9#868792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AA #A6AAE3 | BordersInactive statesPlaceholder text |
| 400 | 777E #777ED4 | Disabled statesSecondary iconsMuted text |
| 500 | 5159 #5159C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 363E #363EAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B31 #2B3188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F23 #1F2361 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E5F6;
--royal-blue-200: #CDCFEF;
--royal-blue-300: #A6AAE3;
--royal-blue-400: #777ED4;
--royal-blue-500: #5159C8;
--royal-blue-600: #363EAB;
--royal-blue-700: #2B3188;
--royal-blue-800: #1F2361;
--royal-blue-900: #14163E;
--royal-blue-950: #0C0E27;
}