Royal Blue
#6555F7
BlueColor Codes
All color formats for development
HEX
#6555F7RGB
rgb(101, 85, 247)HSL
hsl(246, 91%, 65%)OKLCH
oklch(0.564 0.231 280.4)CMYK
cmyk(59%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4835F5
2#2B15F4
3#200ADE
4#1B09BE
5#17079E
6#12067F
7#0E045F
8#09033F
9#050120
Tints
Lighter variations
1#7466F8
2#8477F9
3#9388F9
4#A299FA
5#B2AAFB
6#C1BBFC
7#D1CCFD
8#E0DDFD
9#F0EEFE
Tones
Muted variations
1#6B5DEF
2#7265E7
3#786DDF
4#7F75D6
5#857DCE
6#8C85C6
7#928DBE
8#9996B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8F #9A8FFA | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3924 #3924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0A #1F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1808 #1808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1106 #11067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C6C0FC;
--royal-blue-300: #9A8FFA;
--royal-blue-400: #6555F7;
--royal-blue-500: #3924F5;
--royal-blue-600: #1F0AD6;
--royal-blue-700: #1808AA;
--royal-blue-800: #11067A;
--royal-blue-900: #0B044E;
--royal-blue-950: #070231;
}