Royal Blue
#6F7ADC
BlueColor Codes
All color formats for development
HEX
#6F7ADCRGB
rgb(111, 122, 220)HSL
hsl(234, 61%, 65%)OKLCH
oklch(0.616 0.147 276.4)CMYK
cmyk(50%, 45%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5562D6
2#3A49CF
3#2D3BBB
4#2733A0
5#202A85
6#1A226B
7#131950
8#0D1135
9#06081B
Tints
Lighter variations
1#7E87E0
2#8C95E3
3#9AA2E7
4#A9AFEA
5#B7BDEE
6#C6CAF1
7#D4D7F5
8#E2E4F8
9#F1F2FC
Tones
Muted variations
1#757FD7
2#7A83D1
3#8087CC
4#858CC6
5#8B90C1
6#9094BC
7#9599B6
8#9B9DB1
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7A #6F7ADC | Disabled statesSecondary iconsMuted text |
| 500 | 4654 #4654D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C39 #2C39B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232E #232E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1921 #192167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E4F8;
--royal-blue-200: #CACEF2;
--royal-blue-300: #A1A8E8;
--royal-blue-400: #6F7ADC;
--royal-blue-500: #4654D2;
--royal-blue-600: #2C39B5;
--royal-blue-700: #232E90;
--royal-blue-800: #192167;
--royal-blue-900: #101542;
--royal-blue-950: #0A0D29;
}