Royal Blue
#657DE6
BlueColor Codes
All color formats for development
HEX
#657DE6RGB
rgb(101, 125, 230)HSL
hsl(229, 72%, 65%)OKLCH
oklch(0.622 0.16 271.4)CMYK
cmyk(56%, 46%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4965E1
2#2C4DDD
3#203FC8
4#1C36AB
5#172D8F
6#132472
7#0E1B56
8#091239
9#05091D
Tints
Lighter variations
1#758AE9
2#8497EB
3#94A4EE
4#A3B1F0
5#B2BEF3
6#C2CBF5
7#D1D8F8
8#E0E5FA
9#F0F2FD
Tones
Muted variations
1#6C81E0
2#7285D9
3#7989D3
4#7F8DCC
5#8691C6
6#8C95BF
7#929AB9
8#999EB3
9#9FA2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAA #9AAAEF | BordersInactive statesPlaceholder text |
| 400 | 657D #657DE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A58 #3A58DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F3D #1F3DC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1931 #19319A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1223 #12236E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B16 #0B1646 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E5FA;
--royal-blue-200: #C6CFF6;
--royal-blue-300: #9AAAEF;
--royal-blue-400: #657DE6;
--royal-blue-500: #3A58DF;
--royal-blue-600: #1F3DC1;
--royal-blue-700: #19319A;
--royal-blue-800: #12236E;
--royal-blue-900: #0B1646;
--royal-blue-950: #070E2C;
}