Royal Blue
#2735F1
BlueColor Codes
All color formats for development
HEX
#2735F1RGB
rgb(39, 53, 241)HSL
hsl(236, 88%, 55%)OKLCH
oklch(0.479 0.269 268)CMYK
cmyk(84%, 78%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1EED
2#0D1BD3
3#0C17B9
4#0A149E
5#081184
6#070D69
7#050A4F
8#030735
9#02031A
Tints
Lighter variations
1#3D49F3
2#525DF4
3#6871F5
4#7E86F7
5#939AF8
6#A9AEF9
7#BEC2FB
8#D4D7FC
9#E9EBFE
Tones
Muted variations
1#313DE7
2#3B46DD
3#464FD3
4#5058C9
5#5A60BF
6#6469B5
7#6E72AB
8#787BA0
9#828396
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 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | 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: #C1C5FB;
--royal-blue-300: #9198F8;
--royal-blue-400: #5762F4;
--royal-blue-500: #2735F1;
--royal-blue-600: #0D1BD3;
--royal-blue-700: #0B15A8;
--royal-blue-800: #080F78;
--royal-blue-900: #050A4D;
--royal-blue-950: #030630;
}