Royal Blue
#6588E6
BlueColor Codes
All color formats for development
HEX
#6588E6RGB
rgb(101, 136, 230)HSL
hsl(224, 72%, 65%)OKLCH
oklch(0.644 0.146 266.9)CMYK
cmyk(56%, 41%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4972E1
2#2C5BDD
3#204DC8
4#1C42AB
5#17378F
6#132C72
7#0E2156
8#091639
9#050B1D
Tints
Lighter variations
1#7594E9
2#84A0EB
3#94ACEE
4#A3B7F0
5#B2C3F3
6#C2CFF5
7#D1DBF8
8#E0E7FA
9#F0F3FD
Tones
Muted variations
1#6C8BE0
2#728ED9
3#7991D3
4#7F94CC
5#8697C6
6#8C9ABF
7#929DB9
8#99A0B3
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 | C6D3 #C6D3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB1 #9AB1EF | BordersInactive statesPlaceholder text |
| 400 | 6588 #6588E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A66 #3A66DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F4B #1F4BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 193B #193B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122A #122A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1B #0B1B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0711 #07112C | 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: #C6D3F6;
--royal-blue-300: #9AB1EF;
--royal-blue-400: #6588E6;
--royal-blue-500: #3A66DF;
--royal-blue-600: #1F4BC1;
--royal-blue-700: #193B9A;
--royal-blue-800: #122A6E;
--royal-blue-900: #0B1B46;
--royal-blue-950: #07112C;
}