Royal Blue
#6F7CDC
BlueColor Codes
All color formats for development
HEX
#6F7CDCRGB
rgb(111, 124, 220)HSL
hsl(233, 61%, 65%)OKLCH
oklch(0.62 0.145 275.5)CMYK
cmyk(50%, 44%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5564D6
2#3A4BCF
3#2D3EBB
4#2735A0
5#202C85
6#1A236B
7#131A50
8#0D1235
9#06091B
Tints
Lighter variations
1#7E89E0
2#8C96E3
3#9AA3E7
4#A9B0EA
5#B7BEEE
6#C6CBF1
7#D4D8F5
8#E2E5F8
9#F1F2FC
Tones
Muted variations
1#7580D7
2#7A84D1
3#8089CC
4#858DC6
5#8B91C1
6#9095BC
7#9599B6
8#9B9DB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A9 #A1A9E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7C #6F7CDC | Disabled statesSecondary iconsMuted text |
| 500 | 4657 #4657D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3C #2C3CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2330 #233090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1922 #192267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1016 #101642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E5F8;
--royal-blue-200: #CACEF2;
--royal-blue-300: #A1A9E8;
--royal-blue-400: #6F7CDC;
--royal-blue-500: #4657D2;
--royal-blue-600: #2C3CB5;
--royal-blue-700: #233090;
--royal-blue-800: #192267;
--royal-blue-900: #101642;
--royal-blue-950: #0A0E29;
}