Royal Blue
#6D87DF
BlueColor Codes
All color formats for development
HEX
#6D87DFRGB
rgb(109, 135, 223)HSL
hsl(226, 64%, 65%)OKLCH
oklch(0.643 0.135 269.9)CMYK
cmyk(51%, 39%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5171D9
2#365BD3
3#2A4CBE
4#2442A3
5#1E3788
6#182C6D
7#122152
8#0C1636
9#060B1B
Tints
Lighter variations
1#7B93E2
2#8A9FE5
3#99ABE9
4#A7B7EC
5#B6C3EF
6#C4CFF2
7#D3DBF5
8#E2E7F9
9#F0F3FC
Tones
Muted variations
1#728AD9
2#788DD3
3#7E90CE
4#8393C8
5#8997C2
6#8F9ABD
7#959DB7
8#9AA0B1
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D3 #C9D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB0 #9FB0EA | BordersInactive statesPlaceholder text |
| 400 | 6D87 #6D87DF | Disabled statesSecondary iconsMuted text |
| 500 | 4365 #4365D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 284A #284AB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 203B #203B92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 172A #172A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1B #0F1B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FC;
--royal-blue-100: #E2E7F9;
--royal-blue-200: #C9D3F3;
--royal-blue-300: #9FB0EA;
--royal-blue-400: #6D87DF;
--royal-blue-500: #4365D6;
--royal-blue-600: #284AB8;
--royal-blue-700: #203B92;
--royal-blue-800: #172A69;
--royal-blue-900: #0F1B43;
--royal-blue-950: #09112A;
}