Royal Blue
#6153F9
BlueColor Codes
All color formats for development
HEX
#6153F9RGB
rgb(97, 83, 249)HSL
hsl(245, 93%, 65%)OKLCH
oklch(0.56 0.237 279.3)CMYK
cmyk(61%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4333F8
2#2613F6
3#1A08E0
4#1607C0
5#1306A0
6#0F0580
7#0B0360
8#070240
9#040120
Tints
Lighter variations
1#7064F9
2#8075FA
3#9086FB
4#A098FB
5#B0A9FC
6#C0BAFD
7#CFCBFD
8#DFDDFE
9#EFEEFE
Tones
Muted variations
1#675BF0
2#6E63E8
3#756CE0
4#7C74D8
5#837CCF
6#8A85C7
7#918DBF
8#9895B6
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFB | BordersInactive statesPlaceholder text |
| 400 | 6153 #6153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3322 #3322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1908 #1908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1406 #1406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0903 #09034F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FE;
--royal-blue-100: #DFDDFE;
--royal-blue-200: #C4BFFD;
--royal-blue-300: #978EFB;
--royal-blue-400: #6153F9;
--royal-blue-500: #3322F7;
--royal-blue-600: #1908D9;
--royal-blue-700: #1406AC;
--royal-blue-800: #0E047B;
--royal-blue-900: #09034F;
--royal-blue-950: #060231;
}