Royal Blue
#2B62EE
BlueColor Codes
All color formats for development
HEX
#2B62EERGB
rgb(43, 98, 238)HSL
hsl(223, 85%, 55%)OKLCH
oklch(0.548 0.219 264.1)CMYK
cmyk(82%, 59%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1350EA
2#1147D0
3#0F3EB6
4#0D359C
5#0B2C82
6#082368
7#061B4E
8#041234
9#02091A
Tints
Lighter variations
1#4072F0
2#5581F1
3#6A91F3
4#80A1F5
5#95B0F6
6#AAC0F8
7#BFD0FA
8#D5E0FC
9#EAEFFD
Tones
Muted variations
1#3466E4
2#3E6ADA
3#486FD1
4#5273C7
5#5B77BD
6#657BB3
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 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AF #92AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5A85 #5A85F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B62 #2B62EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1147 #1147D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D38 #0D38A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A28 #0A2876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061A #061A4B | 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: #92AFF6;
--royal-blue-400: #5A85F2;
--royal-blue-500: #2B62EE;
--royal-blue-600: #1147D0;
--royal-blue-700: #0D38A5;
--royal-blue-800: #0A2876;
--royal-blue-900: #061A4B;
--royal-blue-950: #04102F;
}