Royal Blue
#6855F6
BlueColor Codes
All color formats for development
HEX
#6855F6RGB
rgb(104, 85, 246)HSL
hsl(247, 90%, 65%)OKLCH
oklch(0.565 0.23 281.5)CMYK
cmyk(58%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C36F4
2#3016F3
3#240CDC
4#1F0ABD
5#1A089D
6#15077E
7#0F055E
8#0A033F
9#05021F
Tints
Lighter variations
1#7766F7
2#8677F8
3#9588F9
4#A599FA
5#B4AAFB
6#C3BBFB
7#D2CCFC
8#E1DDFD
9#F0EEFE
Tones
Muted variations
1#6E5DEE
2#7465E6
3#7B6EDE
4#8176D6
5#877ECE
6#8D86C6
7#938EBE
8#9996B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C90 #9C90F9 | BordersInactive statesPlaceholder text |
| 400 | 6855 #6855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3D25 #3D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 230B #230BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C09 #1C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1406 #140679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D04 #0D044E | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C7C0FC;
--royal-blue-300: #9C90F9;
--royal-blue-400: #6855F6;
--royal-blue-500: #3D25F4;
--royal-blue-600: #230BD5;
--royal-blue-700: #1C09AA;
--royal-blue-800: #140679;
--royal-blue-900: #0D044E;
--royal-blue-950: #080330;
}