Royal Blue
#2357F6
BlueColor Codes
All color formats for development
HEX
#2357F6RGB
rgb(35, 87, 246)HSL
hsl(225, 92%, 55%)OKLCH
oklch(0.533 0.243 264.8)CMYK
cmyk(86%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A44F2
2#093DD7
3#0835BC
4#072DA2
5#062687
6#041E6C
7#031751
8#020F36
9#01081B
Tints
Lighter variations
1#3968F7
2#4F79F8
3#658AF9
4#7B9AF9
5#91ABFA
6#A7BCFB
7#BDCDFC
8#D3DDFD
9#E9EEFE
Tones
Muted variations
1#2D5DEB
2#3862E1
3#4267D6
4#4D6DCC
5#5772C1
6#6277B6
7#6D7CAC
8#7782A1
9#828797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA9 #8EA9FA | BordersInactive statesPlaceholder text |
| 400 | 547D #547DF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2357 #2357F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 093D #093DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0730 #0730AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0522 #05227A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0316 #03164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE5FE;
--royal-blue-200: #BFCFFC;
--royal-blue-300: #8EA9FA;
--royal-blue-400: #547DF8;
--royal-blue-500: #2357F6;
--royal-blue-600: #093DD7;
--royal-blue-700: #0730AB;
--royal-blue-800: #05227A;
--royal-blue-900: #03164E;
--royal-blue-950: #020E31;
}