Royal Blue
#2C5CED
BlueColor Codes
All color formats for development
HEX
#2C5CEDRGB
rgb(44, 92, 237)HSL
hsl(225, 84%, 55%)OKLCH
oklch(0.537 0.224 265.2)CMYK
cmyk(81%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1449E8
2#1241CE
3#1039B5
4#0D319B
5#0B2981
6#092167
7#07184D
8#041034
9#02081A
Tints
Lighter variations
1#416CEE
2#567DF0
3#6B8DF2
4#809DF4
5#95AEF6
6#ABBEF8
7#C0CEF9
8#D5DEFB
9#EAEFFD
Tones
Muted variations
1#3561E3
2#3F66D9
3#496BD0
4#526FC6
5#5C74BC
6#6679B3
7#6F7EA9
8#7983A0
9#838796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AC #93ACF6 | BordersInactive statesPlaceholder text |
| 400 | 5B80 #5B80F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C5C #2C5CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1241 #1241CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E34 #0E34A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE6FC;
--royal-blue-200: #C2D0FA;
--royal-blue-300: #93ACF6;
--royal-blue-400: #5B80F1;
--royal-blue-500: #2C5CED;
--royal-blue-600: #1241CE;
--royal-blue-700: #0E34A4;
--royal-blue-800: #0A2575;
--royal-blue-900: #07184B;
--royal-blue-950: #040F2F;
}