Royal Blue
#2242F7
BlueColor Codes
All color formats for development
HEX
#2242F7RGB
rgb(34, 66, 247)HSL
hsl(231, 93%, 55%)OKLCH
oklch(0.501 0.265 266.5)CMYK
cmyk(86%, 73%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092CF4
2#0827D9
3#0722BD
4#061DA2
5#051887
6#04146C
7#030F51
8#020A36
9#01051B
Tints
Lighter variations
1#3854F8
2#4E67F9
3#647AF9
4#7A8DFA
5#90A0FB
6#A6B3FC
7#BDC6FD
8#D3D9FD
9#E9ECFE
Tones
Muted variations
1#2C49EC
2#3750E2
3#4258D7
4#4C5FCC
5#5767C2
6#626EB7
7#6C76AC
8#777DA2
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 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9E #8E9EFB | BordersInactive statesPlaceholder text |
| 400 | 536C #536CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2242 #2242F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0827 #0827D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061F #061FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030E #030E4F | 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: #BFC8FD;
--royal-blue-300: #8E9EFB;
--royal-blue-400: #536CF9;
--royal-blue-500: #2242F7;
--royal-blue-600: #0827D9;
--royal-blue-700: #061FAC;
--royal-blue-800: #04167B;
--royal-blue-900: #030E4F;
--royal-blue-950: #020931;
}