Royal Blue
#6156F5
BlueColor Codes
All color formats for development
HEX
#6156F5RGB
rgb(97, 86, 245)HSL
hsl(244, 89%, 65%)OKLCH
oklch(0.561 0.228 279.2)CMYK
cmyk(60%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4437F3
2#2618F2
3#1B0DDB
4#170BBC
5#13099D
6#0F077D
7#0B055E
8#08043F
9#04021F
Tints
Lighter variations
1#7167F6
2#8178F7
3#9089F8
4#A09AF9
5#B0ABFA
6#C0BCFB
7#D0CCFC
8#DFDDFD
9#EFEEFE
Tones
Muted variations
1#685EED
2#6F66E5
3#766EDD
4#7C76D5
5#837ECD
6#8A86C6
7#918EBE
8#9896B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6156 #6156F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3426 #3426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A0C #1A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140A #140AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F07 #0F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDDFD;
--royal-blue-200: #C4C0FB;
--royal-blue-300: #9790F9;
--royal-blue-400: #6156F5;
--royal-blue-500: #3426F2;
--royal-blue-600: #1A0CD4;
--royal-blue-700: #140AA9;
--royal-blue-800: #0F0778;
--royal-blue-900: #09044D;
--royal-blue-950: #060330;
}