Royal Blue
#264CF2
BlueColor Codes
All color formats for development
HEX
#264CF2RGB
rgb(38, 76, 242)HSL
hsl(229, 89%, 55%)OKLCH
oklch(0.512 0.249 266.3)CMYK
cmyk(84%, 69%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E37EF
2#0C31D4
3#0B2BBA
4#09259F
5#081F85
6#06186A
7#051250
8#030C35
9#02061B
Tints
Lighter variations
1#3C5EF4
2#516FF5
3#6781F6
4#7D93F7
5#93A5F9
6#A8B7FA
7#BEC9FB
8#D4DBFC
9#E9EDFE
Tones
Muted variations
1#3052E8
2#3B59DE
3#455FD4
4#4F65CA
5#596CBF
6#6372B5
7#6E79AB
8#787FA1
9#828696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5673 #5673F5 | Disabled statesSecondary iconsMuted text |
| 500 | 264C #264CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C31 #0C31D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A27 #0A27A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 071C #071C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C0CBFB;
--royal-blue-300: #90A3F9;
--royal-blue-400: #5673F5;
--royal-blue-500: #264CF2;
--royal-blue-600: #0C31D4;
--royal-blue-700: #0A27A9;
--royal-blue-800: #071C78;
--royal-blue-900: #04124D;
--royal-blue-950: #030B30;
}