Royal Blue
#6D85DF
BlueColor Codes
All color formats for development
HEX
#6D85DFRGB
rgb(109, 133, 223)HSL
hsl(227, 64%, 65%)OKLCH
oklch(0.639 0.138 270.8)CMYK
cmyk(51%, 40%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516FD9
2#3658D3
3#2A4ABE
4#243FA3
5#1E3588
6#182A6D
7#122052
8#0C1536
9#060B1B
Tints
Lighter variations
1#7B92E2
2#8A9EE5
3#99AAE9
4#A7B6EC
5#B6C2EF
6#C4CEF2
7#D3DBF5
8#E2E7F9
9#F0F3FC
Tones
Muted variations
1#7289D9
2#788CD3
3#7E8FCE
4#8392C8
5#8996C2
6#8F99BD
7#959CB7
8#9A9FB1
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 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFEA | BordersInactive statesPlaceholder text |
| 400 | 6D85 #6D85DF | Disabled statesSecondary iconsMuted text |
| 500 | 4363 #4363D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2848 #2848B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2039 #203992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1729 #172969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1A #0F1A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | 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: #C9D2F3;
--royal-blue-300: #9FAFEA;
--royal-blue-400: #6D85DF;
--royal-blue-500: #4363D6;
--royal-blue-600: #2848B8;
--royal-blue-700: #203992;
--royal-blue-800: #172969;
--royal-blue-900: #0F1A43;
--royal-blue-950: #09102A;
}