Royal Blue
#6586E6
BlueColor Codes
All color formats for development
HEX
#6586E6RGB
rgb(101, 134, 230)HSL
hsl(225, 72%, 65%)OKLCH
oklch(0.64 0.149 267.8)CMYK
cmyk(56%, 42%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496FE1
2#2C59DD
3#204AC8
4#1C40AB
5#17358F
6#132A72
7#0E2056
8#091539
9#050B1D
Tints
Lighter variations
1#7592E9
2#849EEB
3#94AAEE
4#A3B6F0
5#B2C2F3
6#C2CEF5
7#D1DBF8
8#E0E7FA
9#F0F3FD
Tones
Muted variations
1#6C89E0
2#728CD9
3#798FD3
4#7F92CC
5#8696C6
6#8C99BF
7#929CB9
8#999FB3
9#9FA3AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D2 #C6D2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAF #9AAFEF | BordersInactive statesPlaceholder text |
| 400 | 6586 #6586E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A63 #3A63DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F48 #1F48C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1939 #19399A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1229 #12296E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1A #0B1A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E0E7FA;
--royal-blue-200: #C6D2F6;
--royal-blue-300: #9AAFEF;
--royal-blue-400: #6586E6;
--royal-blue-500: #3A63DF;
--royal-blue-600: #1F48C1;
--royal-blue-700: #19399A;
--royal-blue-800: #12296E;
--royal-blue-900: #0B1A46;
--royal-blue-950: #07102C;
}