Royal Blue
#2C3FED
BlueColor Codes
All color formats for development
HEX
#2C3FEDRGB
rgb(44, 63, 237)HSL
hsl(234, 84%, 55%)OKLCH
oklch(0.49 0.255 268.4)CMYK
cmyk(81%, 73%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1429E8
2#1225CE
3#1020B5
4#0D1C9B
5#0B1781
6#091267
7#070E4D
8#040934
9#02051A
Tints
Lighter variations
1#4152EE
2#5666F0
3#6B79F2
4#808CF4
5#959FF6
6#ABB2F8
7#C0C5F9
8#D5D9FB
9#EAECFD
Tones
Muted variations
1#3547E3
2#3F4FD9
3#4956D0
4#525EC6
5#5C66BC
6#666DB3
7#6F75A9
8#797DA0
9#838596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939D #939DF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6A #5B6AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3F #2C3FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1225 #1225CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1D #0E1DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A15 #0A1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE1FC;
--royal-blue-200: #C2C8FA;
--royal-blue-300: #939DF6;
--royal-blue-400: #5B6AF1;
--royal-blue-500: #2C3FED;
--royal-blue-600: #1225CE;
--royal-blue-700: #0E1DA4;
--royal-blue-800: #0A1575;
--royal-blue-900: #070D4B;
--royal-blue-950: #04082F;
}