Royal Blue
#2B48EE
BlueColor Codes
All color formats for development
HEX
#2B48EERGB
rgb(43, 72, 238)HSL
hsl(231, 85%, 55%)OKLCH
oklch(0.504 0.247 267.5)CMYK
cmyk(82%, 70%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1333EA
2#112DD0
3#0F28B6
4#0D229C
5#0B1C82
6#081768
7#06114E
8#040B34
9#02061A
Tints
Lighter variations
1#405AF0
2#556DF1
3#6A7FF3
4#8091F5
5#95A3F6
6#AAB6F8
7#BFC8FA
8#D5DAFC
9#EAEDFD
Tones
Muted variations
1#344FE4
2#3E56DA
3#485CD1
4#5263C7
5#5B6ABD
6#6571B3
7#6F78AA
8#797FA0
9#828596
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 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F6 | BordersInactive statesPlaceholder text |
| 400 | 5A71 #5A71F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B48 #2B48EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112D #112DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D24 #0D24A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0611 #06114B | 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: #DEE3FC;
--royal-blue-200: #C2CAFA;
--royal-blue-300: #92A1F6;
--royal-blue-400: #5A71F2;
--royal-blue-500: #2B48EE;
--royal-blue-600: #112DD0;
--royal-blue-700: #0D24A5;
--royal-blue-800: #0A1A76;
--royal-blue-900: #06114B;
--royal-blue-950: #040A2F;
}