Royal Blue
#127ACE
BlueColor Codes
All color formats for development
HEX
#127ACERGB
rgb(18, 122, 206)HSL
hsl(207, 84%, 44%)OKLCH
oklch(0.57 0.155 250.1)CMYK
cmyk(91%, 41%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106DBA
2#0E61A5
3#0D5591
4#0B497C
5#093D67
6#073153
7#05243E
8#041829
9#020C15
Tints
Lighter variations
1#1489E9
2#2D96ED
3#47A3EF
4#61B1F1
5#7CBEF4
6#96CBF6
7#B0D8F8
8#CAE5FA
9#E5F2FD
Tones
Muted variations
1#1B79C5
2#2578BC
3#2E77B2
4#3876A9
5#41759F
6#4B7496
7#54738C
8#5D7283
9#67717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E1 #C2E1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C9 #93C9F6 | BordersInactive statesPlaceholder text |
| 400 | 5BAD #5BADF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C96 #2C96ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 127A #127ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E61 #0E61A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A45 #0A4575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FE;
--royal-blue-100: #DEEFFC;
--royal-blue-200: #C2E1FA;
--royal-blue-300: #93C9F6;
--royal-blue-400: #5BADF1;
--royal-blue-500: #2C96ED;
--royal-blue-600: #127ACE;
--royal-blue-700: #0E61A4;
--royal-blue-800: #0A4575;
--royal-blue-900: #072C4B;
--royal-blue-950: #041C2F;
}