Royal Blue
#2656F2
BlueColor Codes
All color formats for development
HEX
#2656F2RGB
rgb(38, 86, 242)HSL
hsl(226, 89%, 55%)OKLCH
oklch(0.529 0.238 265.2)CMYK
cmyk(84%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E42EF
2#0C3BD4
3#0B34BA
4#092C9F
5#082585
6#061D6A
7#051650
8#030F35
9#02071B
Tints
Lighter variations
1#3C67F4
2#5178F5
3#6789F6
4#7D99F7
5#93AAF9
6#A8BBFA
7#BECCFB
8#D4DDFC
9#E9EEFE
Tones
Muted variations
1#305BE8
2#3B61DE
3#4566D4
4#4F6CCA
5#5971BF
6#6376B5
7#6E7CAB
8#7881A1
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 | C0CE #C0CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A9 #90A9F9 | BordersInactive statesPlaceholder text |
| 400 | 567B #567BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2656 #2656F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3B #0C3BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2F #0A2FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0721 #072178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | 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: #C0CEFB;
--royal-blue-300: #90A9F9;
--royal-blue-400: #567BF5;
--royal-blue-500: #2656F2;
--royal-blue-600: #0C3BD4;
--royal-blue-700: #0A2FA9;
--royal-blue-800: #072178;
--royal-blue-900: #04154D;
--royal-blue-950: #030D30;
}