Royal Blue
#2D5DEB
BlueColor Codes
All color formats for development
HEX
#2D5DEBRGB
rgb(45, 93, 235)HSL
hsl(225, 83%, 55%)OKLCH
oklch(0.537 0.22 265.1)CMYK
cmyk(81%, 60%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154AE7
2#1342CD
3#1139B4
4#0E319A
5#0C2980
6#0A2167
7#07194D
8#051033
9#02081A
Tints
Lighter variations
1#426DED
2#577DEF
3#6C8DF1
4#819EF3
5#96AEF5
6#ABBEF7
7#C0CEF9
8#D5DFFB
9#EAEFFD
Tones
Muted variations
1#3761E2
2#4066D8
3#4A6BCF
4#5370C5
5#5D74BC
6#6679B2
7#707EA9
8#79839F
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 #C2D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AC #94ACF5 | BordersInactive statesPlaceholder text |
| 400 | 5C81 #5C81F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D5D #2D5DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1342 #1342CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F34 #0F34A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B25 #0B2575 | 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: #C2D0F9;
--royal-blue-300: #94ACF5;
--royal-blue-400: #5C81F0;
--royal-blue-500: #2D5DEB;
--royal-blue-600: #1342CD;
--royal-blue-700: #0F34A3;
--royal-blue-800: #0B2575;
--royal-blue-900: #07184B;
--royal-blue-950: #040F2F;
}