Royal Blue
#2269F7
BlueColor Codes
All color formats for development
HEX
#2269F7RGB
rgb(34, 105, 247)HSL
hsl(220, 93%, 55%)OKLCH
oklch(0.567 0.224 262.1)CMYK
cmyk(86%, 57%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0957F4
2#084DD9
3#0744BD
4#063AA2
5#053087
6#04276C
7#031D51
8#021336
9#010A1B
Tints
Lighter variations
1#3878F8
2#4E87F9
3#6496F9
4#7AA5FA
5#90B4FB
6#A6C3FC
7#BDD2FD
8#D3E1FD
9#E9F0FE
Tones
Muted variations
1#2C6CEC
2#3770E2
3#4273D7
4#4C77CC
5#577AC2
6#627EB7
7#6C82AC
8#7785A2
9#828997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FB | BordersInactive statesPlaceholder text |
| 400 | 538A #538AF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2269 #2269F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084D #084DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063E #063EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE8FE;
--royal-blue-200: #BFD4FD;
--royal-blue-300: #8EB2FB;
--royal-blue-400: #538AF9;
--royal-blue-500: #2269F7;
--royal-blue-600: #084DD9;
--royal-blue-700: #063EAC;
--royal-blue-800: #042C7B;
--royal-blue-900: #031C4F;
--royal-blue-950: #021231;
}