Royal Blue
#6D55F7
BlueColor Codes
All color formats for development
HEX
#6D55F7RGB
rgb(109, 85, 247)HSL
hsl(249, 91%, 65%)OKLCH
oklch(0.57 0.23 283.1)CMYK
cmyk(56%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5235F5
2#3715F4
3#2A0ADE
4#2409BE
5#1E079E
6#18067F
7#12045F
8#0C033F
9#060120
Tints
Lighter variations
1#7C66F8
2#8A77F9
3#9988F9
4#A799FA
5#B6AAFB
6#C5BBFC
7#D3CCFD
8#E2DDFD
9#F0EEFE
Tones
Muted variations
1#735DEF
2#7865E7
3#7E6DDF
4#8475D6
5#897DCE
6#8F85C6
7#958DBE
8#9A96B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8F #9F8FFA | BordersInactive statesPlaceholder text |
| 400 | 6D55 #6D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4324 #4324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 290A #290AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2008 #2008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1706 #17067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C9C0FC;
--royal-blue-300: #9F8FFA;
--royal-blue-400: #6D55F7;
--royal-blue-500: #4324F5;
--royal-blue-600: #290AD6;
--royal-blue-700: #2008AA;
--royal-blue-800: #17067A;
--royal-blue-900: #0F044E;
--royal-blue-950: #090231;
}