Royal Blue
#6D8FDF
BlueColor Codes
All color formats for development
HEX
#6D8FDFRGB
rgb(109, 143, 223)HSL
hsl(222, 64%, 65%)OKLCH
oklch(0.659 0.126 265.6)CMYK
cmyk(51%, 36%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517AD9
2#3665D3
3#2A56BE
4#244AA3
5#1E3E88
6#18316D
7#122552
8#0C1936
9#060C1B
Tints
Lighter variations
1#7B9AE2
2#8AA5E5
3#99B1E9
4#A7BCEC
5#B6C7EF
6#C4D2F2
7#D3DDF5
8#E2E9F9
9#F0F4FC
Tones
Muted variations
1#7291D9
2#7893D3
3#7E96CE
4#8398C8
5#899AC2
6#8F9DBD
7#959FB7
8#9AA1B1
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB5 #9FB5EA | BordersInactive statesPlaceholder text |
| 400 | 6D8F #6D8FDF | Disabled statesSecondary iconsMuted text |
| 500 | 436F #436FD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2853 #2853B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2042 #204292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 172F #172F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1E #0F1E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FC;
--royal-blue-100: #E2E9F9;
--royal-blue-200: #C9D5F3;
--royal-blue-300: #9FB5EA;
--royal-blue-400: #6D8FDF;
--royal-blue-500: #436FD6;
--royal-blue-600: #2853B8;
--royal-blue-700: #204292;
--royal-blue-800: #172F69;
--royal-blue-900: #0F1E43;
--royal-blue-950: #09132A;
}