Royal Blue
#116AD0
BlueColor Codes
All color formats for development
HEX
#116AD0RGB
rgb(17, 106, 208)HSL
hsl(212, 85%, 44%)OKLCH
oklch(0.535 0.176 256.3)CMYK
cmyk(92%, 49%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5FBB
2#0D55A6
3#0C4A91
4#0A407D
5#083568
6#072A53
7#05203E
8#03152A
9#020B15
Tints
Lighter variations
1#1377EA
2#2C86EE
3#4695F0
4#60A4F2
5#7BB4F4
6#95C3F6
7#B0D2F9
8#CAE1FB
9#E5F0FD
Tones
Muted variations
1#1A6AC6
2#246BBC
3#2D6CB3
4#376CA9
5#416DA0
6#4A6E96
7#546E8D
8#5D6F83
9#67707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA1 #5AA1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B86 #2B86EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116A #116AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D54 #0D54A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DEECFC;
--royal-blue-200: #C2DCFA;
--royal-blue-300: #92C1F6;
--royal-blue-400: #5AA1F2;
--royal-blue-500: #2B86EE;
--royal-blue-600: #116AD0;
--royal-blue-700: #0D54A5;
--royal-blue-800: #0A3C76;
--royal-blue-900: #06264B;
--royal-blue-950: #04182F;
}