Royal Blue
#6E55F6
BlueColor Codes
All color formats for development
HEX
#6E55F6RGB
rgb(110, 85, 246)HSL
hsl(249, 90%, 65%)OKLCH
oklch(0.57 0.229 283.5)CMYK
cmyk(55%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5336F4
2#3716F3
3#2B0CDC
4#250ABD
5#1F089D
6#19077E
7#12055E
8#0C033F
9#06021F
Tints
Lighter variations
1#7C66F7
2#8B77F8
3#9988F9
4#A899FA
5#B6AAFB
6#C5BBFB
7#D3CCFC
8#E2DDFD
9#F0EEFE
Tones
Muted variations
1#735DEE
2#7965E6
3#7E6EDE
4#8476D6
5#8A7ECE
6#8F86C6
7#958EBE
8#9B96B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F90 #9F90F9 | BordersInactive statesPlaceholder text |
| 400 | 6E55 #6E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4425 #4425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0B #2A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2109 #2109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1806 #180679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C9C0FC;
--royal-blue-300: #9F90F9;
--royal-blue-400: #6E55F6;
--royal-blue-500: #4425F4;
--royal-blue-600: #2A0BD5;
--royal-blue-700: #2109AA;
--royal-blue-800: #180679;
--royal-blue-900: #0F044E;
--royal-blue-950: #090330;
}