Royal Blue
#6755F7
BlueColor Codes
All color formats for development
HEX
#6755F7RGB
rgb(103, 85, 247)HSL
hsl(247, 91%, 65%)OKLCH
oklch(0.566 0.231 281.1)CMYK
cmyk(58%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B35F5
2#2F15F4
3#230ADE
4#1E09BE
5#19079E
6#14067F
7#0F045F
8#0A033F
9#050120
Tints
Lighter variations
1#7766F8
2#8677F9
3#9588F9
4#A499FA
5#B3AAFB
6#C2BBFC
7#D2CCFD
8#E1DDFD
9#F0EEFE
Tones
Muted variations
1#6E5DEF
2#7465E7
3#7A6DDF
4#8075D6
5#877DCE
6#8D85C6
7#938DBE
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 | 9B8F #9B8FFA | BordersInactive statesPlaceholder text |
| 400 | 6755 #6755F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3C24 #3C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 220A #220AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B08 #1B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1306 #13067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | 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: #9B8FFA;
--royal-blue-400: #6755F7;
--royal-blue-500: #3C24F5;
--royal-blue-600: #220AD6;
--royal-blue-700: #1B08AA;
--royal-blue-800: #13067A;
--royal-blue-900: #0C044E;
--royal-blue-950: #080231;
}