Royal Blue
#6055F6
BlueColor Codes
All color formats for development
HEX
#6055F6RGB
rgb(96, 85, 246)HSL
hsl(244, 90%, 65%)OKLCH
oklch(0.56 0.231 278.9)CMYK
cmyk(61%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4336F4
2#2516F3
3#1A0CDC
4#160ABD
5#12089D
6#0F077E
7#0B055E
8#07033F
9#04021F
Tints
Lighter variations
1#7066F7
2#8077F8
3#9088F9
4#A099FA
5#B0AAFB
6#BFBBFB
7#CFCCFC
8#DFDDFD
9#EFEEFE
Tones
Muted variations
1#675DEE
2#6E65E6
3#756EDE
4#7C76D6
5#837ECE
6#8A86C6
7#918EBE
8#9896B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6055 #6055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3325 #3325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 190B #190BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1409 #1409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E06 #0E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | 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: #F1F0FE;
--royal-blue-100: #DFDDFD;
--royal-blue-200: #C4C0FC;
--royal-blue-300: #9790F9;
--royal-blue-400: #6055F6;
--royal-blue-500: #3325F4;
--royal-blue-600: #190BD5;
--royal-blue-700: #1409AA;
--royal-blue-800: #0E0679;
--royal-blue-900: #09044E;
--royal-blue-950: #060330;
}