Royal Blue
#1576CB
BlueColor Codes
All color formats for development
HEX
#1576CBRGB
rgb(21, 118, 203)HSL
hsl(208, 81%, 44%)OKLCH
oklch(0.559 0.155 251.3)CMYK
cmyk(90%, 42%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136AB7
2#115FA2
3#0F538E
4#0D477A
5#0B3B66
6#092F51
7#06233D
8#041829
9#020C14
Tints
Lighter variations
1#1885E5
2#3093E9
3#4AA0EC
4#64AEEF
5#7EBBF1
6#98C9F4
7#B1D6F7
8#CBE4FA
9#E5F1FC
Tones
Muted variations
1#1E76C2
2#2775B9
3#3174B0
4#3A74A7
5#43739E
6#4C7395
7#55728B
8#5E7182
9#677179
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C8 #95C8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAB #5DABEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F92 #2F92E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1576 #1576CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 115E #115EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C43 #0C4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B4A | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FE;
--royal-blue-100: #DFEEFC;
--royal-blue-200: #C3E0F9;
--royal-blue-300: #95C8F4;
--royal-blue-400: #5DABEE;
--royal-blue-500: #2F92E9;
--royal-blue-600: #1576CB;
--royal-blue-700: #115EA2;
--royal-blue-800: #0C4373;
--royal-blue-900: #082B4A;
--royal-blue-950: #051B2E;
}