Royal Blue
#2C62ED
BlueColor Codes
All color formats for development
HEX
#2C62EDRGB
rgb(44, 98, 237)HSL
hsl(223, 84%, 55%)OKLCH
oklch(0.548 0.217 264.2)CMYK
cmyk(81%, 59%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1450E8
2#1247CE
3#103EB5
4#0D369B
5#0B2D81
6#092467
7#071B4D
8#041234
9#02091A
Tints
Lighter variations
1#4172EE
2#5682F0
3#6B91F2
4#80A1F4
5#95B1F6
6#ABC0F8
7#C0D0F9
8#D5E0FB
9#EAEFFD
Tones
Muted variations
1#3567E3
2#3F6BD9
3#496FD0
4#5273C6
5#5C77BC
6#667CB3
7#6F80A9
8#7984A0
9#838896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AF #93AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B85 #5B85F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C62 #2C62ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1247 #1247CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E39 #0E39A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A29 #0A2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE7FC;
--royal-blue-200: #C2D2FA;
--royal-blue-300: #93AFF6;
--royal-blue-400: #5B85F1;
--royal-blue-500: #2C62ED;
--royal-blue-600: #1247CE;
--royal-blue-700: #0E39A4;
--royal-blue-800: #0A2975;
--royal-blue-900: #071A4B;
--royal-blue-950: #04102F;
}