Royal Blue
#2C56ED
BlueColor Codes
All color formats for development
HEX
#2C56EDRGB
rgb(44, 86, 237)HSL
hsl(227, 84%, 55%)OKLCH
oklch(0.526 0.231 266.1)CMYK
cmyk(81%, 64%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1442E8
2#123BCE
3#1033B5
4#0D2C9B
5#0B2581
6#091D67
7#07164D
8#040F34
9#02071A
Tints
Lighter variations
1#4167EE
2#5678F0
3#6B88F2
4#8099F4
5#95AAF6
6#ABBBF8
7#C0CCF9
8#D5DDFB
9#EAEEFD
Tones
Muted variations
1#355BE3
2#3F61D9
3#4966D0
4#526BC6
5#5C71BC
6#6676B3
7#6F7CA9
8#7981A0
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 | C2CE #C2CEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A8 #93A8F6 | BordersInactive statesPlaceholder text |
| 400 | 5B7B #5B7BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C56 #2C56ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 123B #123BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E2F #0E2FA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A21 #0A2175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0715 #07154B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | 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: #C2CEFA;
--royal-blue-300: #93A8F6;
--royal-blue-400: #5B7BF1;
--royal-blue-500: #2C56ED;
--royal-blue-600: #123BCE;
--royal-blue-700: #0E2FA4;
--royal-blue-800: #0A2175;
--royal-blue-900: #07154B;
--royal-blue-950: #040D2F;
}