Royal Blue
#2756F1
BlueColor Codes
All color formats for development
HEX
#2756F1RGB
rgb(39, 86, 241)HSL
hsl(226, 88%, 55%)OKLCH
oklch(0.528 0.237 265.4)CMYK
cmyk(84%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F43ED
2#0D3CD3
3#0C34B9
4#0A2D9E
5#082584
6#071E69
7#05164F
8#030F35
9#02071A
Tints
Lighter variations
1#3D67F3
2#5278F4
3#6889F5
4#7E9AF7
5#93ABF8
6#A9BCF9
7#BECCFB
8#D4DDFC
9#E9EEFE
Tones
Muted variations
1#315CE7
2#3B61DD
3#4667D3
4#506CC9
5#5A71BF
6#6477B5
7#6E7CAB
8#7881A0
9#828796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CE #C1CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A9 #91A9F8 | BordersInactive statesPlaceholder text |
| 400 | 577C #577CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2756 #2756F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3C #0D3CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2F #0B2FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0822 #082278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0516 #05164D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE5FD;
--royal-blue-200: #C1CEFB;
--royal-blue-300: #91A9F8;
--royal-blue-400: #577CF4;
--royal-blue-500: #2756F1;
--royal-blue-600: #0D3CD3;
--royal-blue-700: #0B2FA8;
--royal-blue-800: #082278;
--royal-blue-900: #05164D;
--royal-blue-950: #030E30;
}