Royal Blue
#273BF1
BlueColor Codes
All color formats for development
HEX
#273BF1RGB
rgb(39, 59, 241)HSL
hsl(234, 88%, 55%)OKLCH
oklch(0.487 0.264 267.7)CMYK
cmyk(84%, 76%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F25ED
2#0D21D3
3#0C1DB9
4#0A199E
5#081584
6#071169
7#050C4F
8#030835
9#02041A
Tints
Lighter variations
1#3D4FF3
2#5263F4
3#6876F5
4#7E8AF7
5#939DF8
6#A9B1F9
7#BEC4FB
8#D4D8FC
9#E9EBFE
Tones
Muted variations
1#3144E7
2#3B4CDD
3#4654D3
4#505CC9
5#5A64BF
6#646CB5
7#6E74AB
8#787CA0
9#828496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919B #919BF8 | BordersInactive statesPlaceholder text |
| 400 | 5767 #5767F4 | Disabled statesSecondary iconsMuted text |
| 500 | 273B #273BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D21 #0D21D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1A #0B1AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0813 #081378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050C #050C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C1C7FB;
--royal-blue-300: #919BF8;
--royal-blue-400: #5767F4;
--royal-blue-500: #273BF1;
--royal-blue-600: #0D21D3;
--royal-blue-700: #0B1AA8;
--royal-blue-800: #081378;
--royal-blue-900: #050C4D;
--royal-blue-950: #030830;
}