Royal Blue
#2D46EB
BlueColor Codes
All color formats for development
HEX
#2D46EBRGB
rgb(45, 70, 235)HSL
hsl(232, 83%, 55%)OKLCH
oklch(0.498 0.245 268.1)CMYK
cmyk(81%, 70%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1531E7
2#132CCD
3#1126B4
4#0E219A
5#0C1B80
6#0A1667
7#07104D
8#050B33
9#02051A
Tints
Lighter variations
1#4259ED
2#576BEF
3#6C7EF1
4#8190F3
5#96A3F5
6#ABB5F7
7#C0C8F9
8#D5DAFB
9#EAEDFD
Tones
Muted variations
1#374DE2
2#4054D8
3#4A5BCF
4#5362C5
5#5D69BC
6#6670B2
7#7077A9
8#797E9F
9#838596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A1 #94A1F5 | BordersInactive statesPlaceholder text |
| 400 | 5C6F #5C6FF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D46 #2D46EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 132C #132CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F23 #0F23A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B19 #0B1975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE2FC;
--royal-blue-200: #C2CAF9;
--royal-blue-300: #94A1F5;
--royal-blue-400: #5C6FF0;
--royal-blue-500: #2D46EB;
--royal-blue-600: #132CCD;
--royal-blue-700: #0F23A3;
--royal-blue-800: #0B1975;
--royal-blue-900: #07104B;
--royal-blue-950: #040A2F;
}