Royal Blue
#2A3AEF
BlueColor Codes
All color formats for development
HEX
#2A3AEFRGB
rgb(42, 58, 239)HSL
hsl(235, 86%, 55%)OKLCH
oklch(0.484 0.262 268.3)CMYK
cmyk(82%, 76%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1224EB
2#1020D1
3#0E1CB7
4#0C189D
5#0A1482
6#081068
7#060C4E
8#040834
9#02041A
Tints
Lighter variations
1#3F4EF1
2#5461F2
3#6A75F4
4#7F89F5
5#949DF7
6#AAB0F9
7#BFC4FA
8#D4D8FC
9#EAEBFD
Tones
Muted variations
1#3342E5
2#3D4ADB
3#4753D1
4#515BC7
5#5B63BE
6#656BB4
7#6F74AA
8#797CA0
9#828496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929A #929AF7 | BordersInactive statesPlaceholder text |
| 400 | 5966 #5966F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A3A #2A3AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1020 #1020D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0912 #091277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE0FD;
--royal-blue-200: #C1C6FA;
--royal-blue-300: #929AF7;
--royal-blue-400: #5966F3;
--royal-blue-500: #2A3AEF;
--royal-blue-600: #1020D1;
--royal-blue-700: #0C19A6;
--royal-blue-800: #091277;
--royal-blue-900: #060C4C;
--royal-blue-950: #04072F;
}