Royal Blue
#2D60EB
BlueColor Codes
All color formats for development
HEX
#2D60EBRGB
rgb(45, 96, 235)HSL
hsl(224, 83%, 55%)OKLCH
oklch(0.543 0.217 264.6)CMYK
cmyk(81%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154DE7
2#1345CD
3#113CB4
4#0E349A
5#0C2B80
6#0A2267
7#071A4D
8#051133
9#02091A
Tints
Lighter variations
1#4270ED
2#5780EF
3#6C90F1
4#819FF3
5#96AFF5
6#ABBFF7
7#C0CFF9
8#D5DFFB
9#EAEFFD
Tones
Muted variations
1#3764E2
2#4069D8
3#4A6DCF
4#5372C5
5#5D76BC
6#667AB2
7#707FA9
8#79839F
9#838896
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 | C2D1 #C2D1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AE #94AEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C83 #5C83F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D60 #2D60EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1345 #1345CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F37 #0F37A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B27 #0B2775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0719 #07194B | 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: #F1F4FE;
--royal-blue-100: #DEE6FC;
--royal-blue-200: #C2D1F9;
--royal-blue-300: #94AEF5;
--royal-blue-400: #5C83F0;
--royal-blue-500: #2D60EB;
--royal-blue-600: #1345CD;
--royal-blue-700: #0F37A3;
--royal-blue-800: #0B2775;
--royal-blue-900: #07194B;
--royal-blue-950: #04102F;
}