Royal Blue
#1270CE
BlueColor Codes
All color formats for development
HEX
#1270CERGB
rgb(18, 112, 206)HSL
hsl(210, 84%, 44%)OKLCH
oklch(0.547 0.166 254.1)CMYK
cmyk(91%, 46%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1065BA
2#0E5AA5
3#0D4F91
4#0B437C
5#093867
6#072D53
7#05223E
8#041629
9#020B15
Tints
Lighter variations
1#147EE9
2#2D8DED
3#479BEF
4#61A9F1
5#7CB8F4
6#96C6F6
7#B0D4F8
8#CAE2FA
9#E5F1FD
Tones
Muted variations
1#1B70C5
2#2570BC
3#2E70B2
4#3870A9
5#41709F
6#4B7096
7#54708C
8#5D7083
9#67707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C4 #93C4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA6 #5BA6F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C8C #2C8CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1270 #1270CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E59 #0E59A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A40 #0A4075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0729 #07294B | 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: #F1F7FE;
--royal-blue-100: #DEEDFC;
--royal-blue-200: #C2DEFA;
--royal-blue-300: #93C4F6;
--royal-blue-400: #5BA6F1;
--royal-blue-500: #2C8CED;
--royal-blue-600: #1270CE;
--royal-blue-700: #0E59A4;
--royal-blue-800: #0A4075;
--royal-blue-900: #07294B;
--royal-blue-950: #041A2F;
}