Royal Blue
#263EF2
BlueColor Codes
All color formats for development
HEX
#263EF2RGB
rgb(38, 62, 242)HSL
hsl(233, 89%, 55%)OKLCH
oklch(0.491 0.263 267.3)CMYK
cmyk(84%, 74%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E28EF
2#0C24D4
3#0B1FBA
4#091B9F
5#081685
6#06126A
7#050D50
8#030935
9#02041B
Tints
Lighter variations
1#3C51F4
2#5165F5
3#6778F6
4#7D8BF7
5#939EF9
6#A8B2FA
7#BEC5FB
8#D4D8FC
9#E9ECFE
Tones
Muted variations
1#3046E8
2#3B4EDE
3#4555D4
4#4F5DCA
5#5965BF
6#636DB5
7#6E75AB
8#787DA1
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 | C0C7 #C0C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5669 #5669F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263E #263EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C24 #0C24D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1C #0A1CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0714 #071478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4D | 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: #C0C7FB;
--royal-blue-300: #909CF9;
--royal-blue-400: #5669F5;
--royal-blue-500: #263EF2;
--royal-blue-600: #0C24D4;
--royal-blue-700: #0A1CA9;
--royal-blue-800: #071478;
--royal-blue-900: #040D4D;
--royal-blue-950: #030830;
}