Royal Blue
#1273CE
BlueColor Codes
All color formats for development
HEX
#1273CERGB
rgb(18, 115, 206)HSL
hsl(209, 84%, 44%)OKLCH
oklch(0.554 0.163 252.9)CMYK
cmyk(91%, 44%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1068BA
2#0E5CA5
3#0D5191
4#0B457C
5#093A67
6#072E53
7#05233E
8#041729
9#020C15
Tints
Lighter variations
1#1482E9
2#2D90ED
3#479EEF
4#61ACF1
5#7CBAF4
6#96C7F6
7#B0D5F8
8#CAE3FA
9#E5F1FD
Tones
Muted variations
1#1B73C5
2#2573BC
3#2E72B2
4#3872A9
5#41729F
6#4B7196
7#54718C
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 | C2DF #C2DFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C6 #93C6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA8 #5BA8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C8F #2C8FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1273 #1273CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5C #0E5CA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A42 #0A4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | 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: #C2DFFA;
--royal-blue-300: #93C6F6;
--royal-blue-400: #5BA8F1;
--royal-blue-500: #2C8FED;
--royal-blue-600: #1273CE;
--royal-blue-700: #0E5CA4;
--royal-blue-800: #0A4275;
--royal-blue-900: #072A4B;
--royal-blue-950: #041A2F;
}