Royal Blue
#2369F6
BlueColor Codes
All color formats for development
HEX
#2369F6RGB
rgb(35, 105, 246)HSL
hsl(220, 92%, 55%)OKLCH
oklch(0.566 0.222 262.2)CMYK
cmyk(86%, 57%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A58F2
2#094ED7
3#0844BC
4#073AA2
5#063187
6#04276C
7#031D51
8#021336
9#010A1B
Tints
Lighter variations
1#3978F7
2#4F87F8
3#6596F9
4#7BA5F9
5#91B4FA
6#A7C3FB
7#BDD2FC
8#D3E1FD
9#E9F0FE
Tones
Muted variations
1#2D6DEB
2#3870E1
3#4274D6
4#4D77CC
5#577BC1
6#627EB6
7#6D82AC
8#7785A1
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 #BFD4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FA | BordersInactive statesPlaceholder text |
| 400 | 548A #548AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2369 #2369F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094E #094ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073E #073EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052C #052C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4E | 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: #BFD4FC;
--royal-blue-300: #8EB2FA;
--royal-blue-400: #548AF8;
--royal-blue-500: #2369F6;
--royal-blue-600: #094ED7;
--royal-blue-700: #073EAB;
--royal-blue-800: #052C7A;
--royal-blue-900: #031C4E;
--royal-blue-950: #021231;
}