Royal Blue
#223AF7
BlueColor Codes
All color formats for development
HEX
#223AF7RGB
rgb(34, 58, 247)HSL
hsl(233, 93%, 55%)OKLCH
oklch(0.49 0.273 266.9)CMYK
cmyk(86%, 77%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0924F4
2#0820D9
3#071CBD
4#0618A2
5#051487
6#04106C
7#030C51
8#020836
9#01041B
Tints
Lighter variations
1#384EF8
2#4E62F9
3#6475F9
4#7A89FA
5#909DFB
6#A6B0FC
7#BDC4FD
8#D3D8FD
9#E9EBFE
Tones
Muted variations
1#2C43EC
2#374BE2
3#4253D7
4#4C5BCC
5#5763C2
6#626CB7
7#6C74AC
8#777CA2
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC6 #BFC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9B #8E9BFB | BordersInactive statesPlaceholder text |
| 400 | 5366 #5366F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223A #223AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0820 #0820D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061A #061AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0412 #04127B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030C #030C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FE;
--royal-blue-200: #BFC6FD;
--royal-blue-300: #8E9BFB;
--royal-blue-400: #5366F9;
--royal-blue-500: #223AF7;
--royal-blue-600: #0820D9;
--royal-blue-700: #061AAC;
--royal-blue-800: #04127B;
--royal-blue-900: #030C4F;
--royal-blue-950: #020731;
}