Royal Blue
#2B38EE
BlueColor Codes
All color formats for development
HEX
#2B38EERGB
rgb(43, 56, 238)HSL
hsl(236, 85%, 55%)OKLCH
oklch(0.481 0.262 268.6)CMYK
cmyk(82%, 76%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1321EA
2#111ED0
3#0F1AB6
4#0D169C
5#0B1282
6#080F68
7#060B4E
8#040734
9#02041A
Tints
Lighter variations
1#404CF0
2#5560F1
3#6A74F3
4#8087F5
5#959BF6
6#AAAFF8
7#BFC3FA
8#D5D7FC
9#EAEBFD
Tones
Muted variations
1#3440E4
2#3E49DA
3#4851D1
4#525AC7
5#5B62BD
6#656AB3
7#6F73AA
8#797BA0
9#828496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9299 #9299F6 | BordersInactive statesPlaceholder text |
| 400 | 5A64 #5A64F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B38 #2B38EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111E #111ED0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D18 #0D18A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060B #060B4B | 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: #DEE0FC;
--royal-blue-200: #C2C5FA;
--royal-blue-300: #9299F6;
--royal-blue-400: #5A64F2;
--royal-blue-500: #2B38EE;
--royal-blue-600: #111ED0;
--royal-blue-700: #0D18A5;
--royal-blue-800: #0A1176;
--royal-blue-900: #060B4B;
--royal-blue-950: #04072F;
}