Royal Blue
#2C4CED
BlueColor Codes
All color formats for development
HEX
#2C4CEDRGB
rgb(44, 76, 237)HSL
hsl(230, 84%, 55%)OKLCH
oklch(0.509 0.242 267.3)CMYK
cmyk(81%, 68%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1438E8
2#1231CE
3#102BB5
4#0D259B
5#0B1F81
6#091967
7#07134D
8#040C34
9#02061A
Tints
Lighter variations
1#415EEE
2#5670F0
3#6B82F2
4#8094F4
5#95A5F6
6#ABB7F8
7#C0C9F9
8#D5DBFB
9#EAEDFD
Tones
Muted variations
1#3552E3
2#3F59D9
3#495FD0
4#5266C6
5#5C6CBC
6#6673B3
7#6F79A9
8#797FA0
9#838696
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 | C2CB #C2CBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A4 #93A4F6 | BordersInactive statesPlaceholder text |
| 400 | 5B74 #5B74F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C4C #2C4CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1231 #1231CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E27 #0E27A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1C #0A1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | 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: #C2CBFA;
--royal-blue-300: #93A4F6;
--royal-blue-400: #5B74F1;
--royal-blue-500: #2C4CED;
--royal-blue-600: #1231CE;
--royal-blue-700: #0E27A4;
--royal-blue-800: #0A1C75;
--royal-blue-900: #07124B;
--royal-blue-950: #040B2F;
}