Royal Blue
#2738F1
BlueColor Codes
All color formats for development
HEX
#2738F1RGB
rgb(39, 56, 241)HSL
hsl(235, 88%, 55%)OKLCH
oklch(0.483 0.267 267.8)CMYK
cmyk(84%, 77%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F22ED
2#0D1ED3
3#0C1AB9
4#0A169E
5#081384
6#070F69
7#050B4F
8#030735
9#02041A
Tints
Lighter variations
1#3D4CF3
2#5260F4
3#6874F5
4#7E88F7
5#939CF8
6#A9AFF9
7#BEC3FB
8#D4D7FC
9#E9EBFE
Tones
Muted variations
1#3141E7
2#3B49DD
3#4651D3
4#505AC9
5#5A62BF
6#646BB5
7#6E73AB
8#787BA0
9#828496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9199 #9199F8 | BordersInactive statesPlaceholder text |
| 400 | 5764 #5764F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2738 #2738F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1E #0D1ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B18 #0B18A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0811 #081178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C1C6FB;
--royal-blue-300: #9199F8;
--royal-blue-400: #5764F4;
--royal-blue-500: #2738F1;
--royal-blue-600: #0D1ED3;
--royal-blue-700: #0B18A8;
--royal-blue-800: #081178;
--royal-blue-900: #050B4D;
--royal-blue-950: #030730;
}