Royal Blue
#6C8FE0
BlueColor Codes
All color formats for development
HEX
#6C8FE0RGB
rgb(108, 143, 224)HSL
hsl(222, 65%, 65%)OKLCH
oklch(0.659 0.127 265.4)CMYK
cmyk(52%, 36%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#507ADA
2#3565D4
3#2956BF
4#234AA4
5#1D3D89
6#17316D
7#112552
8#0C1937
9#060C1B
Tints
Lighter variations
1#7A9AE3
2#89A5E6
3#98B0E9
4#A7BCEC
5#B5C7EF
6#C4D2F3
7#D3DDF6
8#E2E9F9
9#F0F4FC
Tones
Muted variations
1#7291DA
2#7793D4
3#7D96CE
4#8398C9
5#899AC3
6#8F9CBD
7#949FB7
8#9AA1B1
9#A0A3AC
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 | C8D5 #C8D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EA | BordersInactive statesPlaceholder text |
| 400 | 6C8F #6C8FE0 | Disabled statesSecondary iconsMuted text |
| 500 | 426E #426ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2753 #2753B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F42 #1F4293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E43 | 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: #C8D5F3;
--royal-blue-300: #9EB5EA;
--royal-blue-400: #6C8FE0;
--royal-blue-500: #426ED7;
--royal-blue-600: #2753B9;
--royal-blue-700: #1F4293;
--royal-blue-800: #162F69;
--royal-blue-900: #0E1E43;
--royal-blue-950: #09132A;
}