Royal Blue
#6F75DC
BlueColor Codes
All color formats for development
HEX
#6F75DCRGB
rgb(111, 117, 220)HSL
hsl(237, 61%, 65%)OKLCH
oklch(0.607 0.154 278.2)CMYK
cmyk(50%, 47%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#555BD6
2#3A41CF
3#2D34BB
4#272DA0
5#202585
6#1A1E6B
7#131650
8#0D0F35
9#06071B
Tints
Lighter variations
1#7E83E0
2#8C90E3
3#9A9EE7
4#A9ACEA
5#B7BAEE
6#C6C8F1
7#D4D6F5
8#E2E3F8
9#F1F1FC
Tones
Muted variations
1#757AD7
2#7A7FD1
3#8083CC
4#8588C6
5#8B8DC1
6#9092BC
7#9597B6
8#9B9CB1
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A4 #A1A4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F75 #6F75DC | Disabled statesSecondary iconsMuted text |
| 500 | 464D #464DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C33 #2C33B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2328 #232890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191D #191D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E3F8;
--royal-blue-200: #CACCF2;
--royal-blue-300: #A1A4E8;
--royal-blue-400: #6F75DC;
--royal-blue-500: #464DD2;
--royal-blue-600: #2C33B5;
--royal-blue-700: #232890;
--royal-blue-800: #191D67;
--royal-blue-900: #101242;
--royal-blue-950: #0A0C29;
}