Royal Blue
#2A65EF
BlueColor Codes
All color formats for development
HEX
#2A65EFRGB
rgb(42, 101, 239)HSL
hsl(222, 86%, 55%)OKLCH
oklch(0.555 0.217 263.4)CMYK
cmyk(82%, 58%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1253EB
2#104AD1
3#0E40B7
4#0C379D
5#0A2E82
6#082568
7#061C4E
8#041234
9#02091A
Tints
Lighter variations
1#3F74F1
2#5484F2
3#6A93F4
4#7FA2F5
5#94B2F7
6#AAC1F9
7#BFD1FA
8#D4E0FC
9#EAF0FD
Tones
Muted variations
1#3369E5
2#3D6DDB
3#4771D1
4#5175C7
5#5B79BE
6#657CB4
7#6F80AA
8#7984A0
9#828896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D2 #C1D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B0 #92B0F7 | BordersInactive statesPlaceholder text |
| 400 | 5987 #5987F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A65 #2A65EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 104A #104AD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C3B #0C3BA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 092A #092A77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061B #061B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE7FD;
--royal-blue-200: #C1D2FA;
--royal-blue-300: #92B0F7;
--royal-blue-400: #5987F3;
--royal-blue-500: #2A65EF;
--royal-blue-600: #104AD1;
--royal-blue-700: #0C3BA6;
--royal-blue-800: #092A77;
--royal-blue-900: #061B4C;
--royal-blue-950: #04112F;
}