Royal Blue
#2D4DEB
BlueColor Codes
All color formats for development
HEX
#2D4DEBRGB
rgb(45, 77, 235)HSL
hsl(230, 83%, 55%)OKLCH
oklch(0.509 0.238 267.3)CMYK
cmyk(81%, 67%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1538E7
2#1332CD
3#112CB4
4#0E269A
5#0C1F80
6#0A1967
7#07134D
8#050D33
9#02061A
Tints
Lighter variations
1#425FED
2#5770EF
3#6C82F1
4#8194F3
5#96A6F5
6#ABB8F7
7#C0CAF9
8#D5DBFB
9#EAEDFD
Tones
Muted variations
1#3753E2
2#4059D8
3#4A60CF
4#5366C5
5#5D6DBC
6#6673B2
7#7079A9
8#79809F
9#838696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A4 #94A4F5 | BordersInactive statesPlaceholder text |
| 400 | 5C74 #5C74F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4D #2D4DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1332 #1332CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F28 #0F28A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1C #0B1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE3FC;
--royal-blue-200: #C2CCF9;
--royal-blue-300: #94A4F5;
--royal-blue-400: #5C74F0;
--royal-blue-500: #2D4DEB;
--royal-blue-600: #1332CD;
--royal-blue-700: #0F28A3;
--royal-blue-800: #0B1C75;
--royal-blue-900: #07124B;
--royal-blue-950: #040B2F;
}