Royal Blue
#2634F2
BlueColor Codes
All color formats for development
HEX
#2634F2RGB
rgb(38, 52, 242)HSL
hsl(236, 89%, 55%)OKLCH
oklch(0.479 0.271 267.8)CMYK
cmyk(84%, 79%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1DEF
2#0C1AD4
3#0B16BA
4#09139F
5#081085
6#060D6A
7#050A50
8#030635
9#02031B
Tints
Lighter variations
1#3C48F4
2#515CF5
3#6771F6
4#7D85F7
5#9399F9
6#A8AEFA
7#BEC2FB
8#D4D6FC
9#E9EBFE
Tones
Muted variations
1#303DE8
2#3B45DE
3#454ED4
4#4F57CA
5#5960BF
6#6369B5
7#6E72AB
8#787BA1
9#828396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5661 #5661F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2634 #2634F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C1A #0C1AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A14 #0A14A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 070F #070F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DDDFFD;
--royal-blue-200: #C0C4FB;
--royal-blue-300: #9097F9;
--royal-blue-400: #5661F5;
--royal-blue-500: #2634F2;
--royal-blue-600: #0C1AD4;
--royal-blue-700: #0A14A9;
--royal-blue-800: #070F78;
--royal-blue-900: #04094D;
--royal-blue-950: #030630;
}