Royal Blue
#2D3DEB
BlueColor Codes
All color formats for development
HEX
#2D3DEBRGB
rgb(45, 61, 235)HSL
hsl(235, 83%, 55%)OKLCH
oklch(0.485 0.254 268.8)CMYK
cmyk(81%, 74%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1527E7
2#1323CD
3#111EB4
4#0E1A9A
5#0C1680
6#0A1167
7#070D4D
8#050933
9#02041A
Tints
Lighter variations
1#4250ED
2#5764EF
3#6C77F1
4#818BF3
5#969EF5
6#ABB1F7
7#C0C5F9
8#D5D8FB
9#EAECFD
Tones
Muted variations
1#3745E2
2#404DD8
3#4A55CF
4#535DC5
5#5D65BC
6#666DB2
7#7074A9
8#797C9F
9#838496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF5 | BordersInactive statesPlaceholder text |
| 400 | 5C68 #5C68F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3D #2D3DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1323 #1323CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1C #0F1CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE1FC;
--royal-blue-200: #C2C7F9;
--royal-blue-300: #949CF5;
--royal-blue-400: #5C68F0;
--royal-blue-500: #2D3DEB;
--royal-blue-600: #1323CD;
--royal-blue-700: #0F1CA3;
--royal-blue-800: #0B1475;
--royal-blue-900: #070D4B;
--royal-blue-950: #04082F;
}