Royal Blue
#273FF1
BlueColor Codes
All color formats for development
HEX
#273FF1RGB
rgb(39, 63, 241)HSL
hsl(233, 88%, 55%)OKLCH
oklch(0.492 0.26 267.5)CMYK
cmyk(84%, 74%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F29ED
2#0D25D3
3#0C20B9
4#0A1B9E
5#081784
6#071269
7#050E4F
8#030935
9#02051A
Tints
Lighter variations
1#3D52F3
2#5265F4
3#6878F5
4#7E8CF7
5#939FF8
6#A9B2F9
7#BEC5FB
8#D4D9FC
9#E9ECFE
Tones
Muted variations
1#3147E7
2#3B4EDD
3#4656D3
4#505EC9
5#5A66BF
6#646DB5
7#6E75AB
8#787DA0
9#828596
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 | 919D #919DF8 | BordersInactive statesPlaceholder text |
| 400 | 576A #576AF4 | Disabled statesSecondary iconsMuted text |
| 500 | 273F #273FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D25 #0D25D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1D #0B1DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0815 #081578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050D #050D4D | 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: #919DF8;
--royal-blue-400: #576AF4;
--royal-blue-500: #273FF1;
--royal-blue-600: #0D25D3;
--royal-blue-700: #0B1DA8;
--royal-blue-800: #081578;
--royal-blue-900: #050D4D;
--royal-blue-950: #030830;
}