Royal Blue
#2B58EE
BlueColor Codes
All color formats for development
HEX
#2B58EERGB
rgb(43, 88, 238)HSL
hsl(226, 85%, 55%)OKLCH
oklch(0.53 0.23 265.6)CMYK
cmyk(82%, 63%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1345EA
2#113DD0
3#0F36B6
4#0D2E9C
5#0B2682
6#081F68
7#06174E
8#040F34
9#02081A
Tints
Lighter variations
1#4069F0
2#557AF1
3#6A8AF3
4#809BF5
5#95ACF6
6#AABCF8
7#BFCDFA
8#D5DEFC
9#EAEEFD
Tones
Muted variations
1#345DE4
2#3E63DA
3#4868D1
4#526DC7
5#5B72BD
6#6577B3
7#6F7DAA
8#7982A0
9#828796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AA #92AAF6 | BordersInactive statesPlaceholder text |
| 400 | 5A7D #5A7DF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B58 #2B58EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113D #113DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D31 #0D31A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A23 #0A2376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0616 #06164B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE5FC;
--royal-blue-200: #C2CFFA;
--royal-blue-300: #92AAF6;
--royal-blue-400: #5A7DF2;
--royal-blue-500: #2B58EE;
--royal-blue-600: #113DD0;
--royal-blue-700: #0D31A5;
--royal-blue-800: #0A2376;
--royal-blue-900: #06164B;
--royal-blue-950: #040E2F;
}