Royal Blue
#1276CE
BlueColor Codes
All color formats for development
HEX
#1276CERGB
rgb(18, 118, 206)HSL
hsl(208, 84%, 44%)OKLCH
oklch(0.561 0.159 251.8)CMYK
cmyk(91%, 43%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106BBA
2#0E5FA5
3#0D5391
4#0B477C
5#093B67
6#072F53
7#05243E
8#041829
9#020C15
Tints
Lighter variations
1#1486E9
2#2D93ED
3#47A1EF
4#61AEF1
5#7CBCF4
6#96C9F6
7#B0D7F8
8#CAE4FA
9#E5F2FD
Tones
Muted variations
1#1B76C5
2#2575BC
3#2E75B2
4#3874A9
5#41739F
6#4B7396
7#54728C
8#5D7183
9#67717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E0 #C2E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C8 #93C8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BAB #5BABF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C93 #2C93ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1276 #1276CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5E #0E5EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A43 #0A4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FE;
--royal-blue-100: #DEEEFC;
--royal-blue-200: #C2E0FA;
--royal-blue-300: #93C8F6;
--royal-blue-400: #5BABF1;
--royal-blue-500: #2C93ED;
--royal-blue-600: #1276CE;
--royal-blue-700: #0E5EA4;
--royal-blue-800: #0A4375;
--royal-blue-900: #072B4B;
--royal-blue-950: #041B2F;
}