Royal Blue
#223EF7
BlueColor Codes
All color formats for development
HEX
#223EF7RGB
rgb(34, 62, 247)HSL
hsl(232, 93%, 55%)OKLCH
oklch(0.496 0.269 266.7)CMYK
cmyk(86%, 75%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0928F4
2#0824D9
3#071FBD
4#061BA2
5#051687
6#04126C
7#030D51
8#020936
9#01041B
Tints
Lighter variations
1#3851F8
2#4E65F9
3#6478F9
4#7A8BFA
5#909EFB
6#A6B2FC
7#BDC5FD
8#D3D8FD
9#E9ECFE
Tones
Muted variations
1#2C46EC
2#374EE2
3#4255D7
4#4C5DCC
5#5765C2
6#626DB7
7#6C75AC
8#777DA2
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9C #8E9CFB | BordersInactive statesPlaceholder text |
| 400 | 5369 #5369F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223E #223EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0824 #0824D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061C #061CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FE;
--royal-blue-200: #BFC7FD;
--royal-blue-300: #8E9CFB;
--royal-blue-400: #5369F9;
--royal-blue-500: #223EF7;
--royal-blue-600: #0824D9;
--royal-blue-700: #061CAC;
--royal-blue-800: #04147B;
--royal-blue-900: #030D4F;
--royal-blue-950: #020831;
}