Royal Blue
#4269D7
BlueColor Codes
All color formats for development
HEX
#4269D7RGB
rgb(66, 105, 215)HSL
hsl(224, 65%, 55%)OKLCH
oklch(0.553 0.175 266.1)CMYK
cmyk(69%, 51%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C58D0
2#274EB9
3#2244A2
4#1D3B8B
5#193174
6#14275D
7#0F1D45
8#0A142E
9#050A17
Tints
Lighter variations
1#5578DB
2#6887DF
3#7A96E3
4#8DA5E7
5#A0B4EB
6#B3C3EF
7#C6D2F3
8#D9E1F7
9#ECF0FB
Tones
Muted variations
1#496DCF
2#5170C8
3#5874C0
4#5F77B9
5#677BB2
6#6E7EAA
7#7682A3
8#7D859B
9#858994
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D4 #C8D4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB3 #9EB3EA | BordersInactive statesPlaceholder text |
| 400 | 6C8B #6C8BE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4269 #4269D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 274E #274EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3E #1F3E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FC;
--royal-blue-100: #E2E8F9;
--royal-blue-200: #C8D4F3;
--royal-blue-300: #9EB3EA;
--royal-blue-400: #6C8BE0;
--royal-blue-500: #4269D7;
--royal-blue-600: #274EB9;
--royal-blue-700: #1F3E93;
--royal-blue-800: #162C69;
--royal-blue-900: #0E1C43;
--royal-blue-950: #09122A;
}