Royal Blue
#263BF2
BlueColor Codes
All color formats for development
HEX
#263BF2RGB
rgb(38, 59, 242)HSL
hsl(234, 89%, 55%)OKLCH
oklch(0.487 0.265 267.5)CMYK
cmyk(84%, 76%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E24EF
2#0C20D4
3#0B1CBA
4#09189F
5#081485
6#06106A
7#050C50
8#030835
9#02041B
Tints
Lighter variations
1#3C4EF4
2#5162F5
3#6775F6
4#7D89F7
5#939DF9
6#A8B0FA
7#BEC4FB
8#D4D8FC
9#E9EBFE
Tones
Muted variations
1#3043E8
2#3B4BDE
3#4553D4
4#4F5BCA
5#5963BF
6#636CB5
7#6E74AB
8#787CA1
9#828496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909B #909BF9 | BordersInactive statesPlaceholder text |
| 400 | 5666 #5666F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263B #263BF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C20 #0C20D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1A #0A1AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0712 #071278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C0C6FB;
--royal-blue-300: #909BF9;
--royal-blue-400: #5666F5;
--royal-blue-500: #263BF2;
--royal-blue-600: #0C20D4;
--royal-blue-700: #0A1AA9;
--royal-blue-800: #071278;
--royal-blue-900: #040C4D;
--royal-blue-950: #030730;
}