Royal Blue
#2C59ED
BlueColor Codes
All color formats for development
HEX
#2C59EDRGB
rgb(44, 89, 237)HSL
hsl(226, 84%, 55%)OKLCH
oklch(0.531 0.228 265.7)CMYK
cmyk(81%, 62%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1446E8
2#123ECE
3#1036B5
4#0D2E9B
5#0B2781
6#091F67
7#07174D
8#040F34
9#02081A
Tints
Lighter variations
1#4169EE
2#567AF0
3#6B8BF2
4#809BF4
5#95ACF6
6#ABBDF8
7#C0CDF9
8#D5DEFB
9#EAEEFD
Tones
Muted variations
1#355EE3
2#3F63D9
3#4968D0
4#526DC6
5#5C73BC
6#6678B3
7#6F7DA9
8#7982A0
9#838796
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 | 93AA #93AAF6 | BordersInactive statesPlaceholder text |
| 400 | 5B7E #5B7EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C59 #2C59ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 123E #123ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E31 #0E31A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A23 #0A2375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174B | 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: #93AAF6;
--royal-blue-400: #5B7EF1;
--royal-blue-500: #2C59ED;
--royal-blue-600: #123ECE;
--royal-blue-700: #0E31A4;
--royal-blue-800: #0A2375;
--royal-blue-900: #07174B;
--royal-blue-950: #040E2F;
}