Royal Blue
#2342F6
BlueColor Codes
All color formats for development
HEX
#2342F6RGB
rgb(35, 66, 246)HSL
hsl(231, 92%, 55%)OKLCH
oklch(0.5 0.264 266.6)CMYK
cmyk(86%, 73%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2DF2
2#0928D7
3#0823BC
4#071EA2
5#061987
6#04146C
7#030F51
8#020A36
9#01051B
Tints
Lighter variations
1#3955F7
2#4F68F8
3#657BF9
4#7B8EF9
5#91A1FA
6#A7B4FB
7#BDC6FC
8#D3D9FD
9#E9ECFE
Tones
Muted variations
1#2D4AEB
2#3851E1
3#4259D6
4#4D60CC
5#5767C1
6#626FB6
7#6D76AC
8#777DA1
9#828597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9F #8E9FFA | BordersInactive statesPlaceholder text |
| 400 | 546C #546CF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2342 #2342F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0928 #0928D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0720 #0720AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0517 #05177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030F #030F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE2FE;
--royal-blue-200: #BFC9FC;
--royal-blue-300: #8E9FFA;
--royal-blue-400: #546CF8;
--royal-blue-500: #2342F6;
--royal-blue-600: #0928D7;
--royal-blue-700: #0720AB;
--royal-blue-800: #05177A;
--royal-blue-900: #030F4E;
--royal-blue-950: #020931;
}