Royal Blue
#2469F5
BlueColor Codes
All color formats for development
HEX
#2469F5RGB
rgb(36, 105, 245)HSL
hsl(220, 91%, 55%)OKLCH
oklch(0.566 0.221 262.2)CMYK
cmyk(85%, 57%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B58F1
2#0A4ED6
3#0944BC
4#083BA1
5#063186
6#05276B
7#041D50
8#031436
9#010A1B
Tints
Lighter variations
1#3A78F6
2#5087F7
3#6696F8
4#7BA5F9
5#91B4FA
6#A7C3FB
7#BDD2FC
8#D3E1FD
9#E9F0FE
Tones
Muted variations
1#2E6DEA
2#3970E0
3#4374D5
4#4E77CB
5#587BC0
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 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D4 #C0D4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB3 #8FB3FA | BordersInactive statesPlaceholder text |
| 400 | 558B #558BF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2469 #2469F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A4E #0A4ED6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 083E #083EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062C #062C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041C #041C4E | 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: #DDE8FD;
--royal-blue-200: #C0D4FC;
--royal-blue-300: #8FB3FA;
--royal-blue-400: #558BF7;
--royal-blue-500: #2469F5;
--royal-blue-600: #0A4ED6;
--royal-blue-700: #083EAA;
--royal-blue-800: #062C7A;
--royal-blue-900: #041C4E;
--royal-blue-950: #021231;
}