Royal Blue
#2767F1
BlueColor Codes
All color formats for development
HEX
#2767F1RGB
rgb(39, 103, 241)HSL
hsl(221, 88%, 55%)OKLCH
oklch(0.559 0.218 262.8)CMYK
cmyk(84%, 57%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F55ED
2#0D4CD3
3#0C42B9
4#0A399E
5#082F84
6#072669
7#051C4F
8#031335
9#02091A
Tints
Lighter variations
1#3D76F3
2#5286F4
3#6895F5
4#7EA4F7
5#93B3F8
6#A9C2F9
7#BED1FB
8#D4E1FC
9#E9F0FE
Tones
Muted variations
1#316BE7
2#3B6FDD
3#4672D3
4#5076C9
5#5A7ABF
6#647DB5
7#6E81AB
8#7885A0
9#828996
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D3 #C1D3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B1 #91B1F8 | BordersInactive statesPlaceholder text |
| 400 | 5789 #5789F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2767 #2767F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D4C #0D4CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3C #0B3CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082B #082B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051C #051C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DDE7FD;
--royal-blue-200: #C1D3FB;
--royal-blue-300: #91B1F8;
--royal-blue-400: #5789F4;
--royal-blue-500: #2767F1;
--royal-blue-600: #0D4CD3;
--royal-blue-700: #0B3CA8;
--royal-blue-800: #082B78;
--royal-blue-900: #051C4D;
--royal-blue-950: #031130;
}