Royal Blue
#147CCC
BlueColor Codes
All color formats for development
HEX
#147CCCRGB
rgb(20, 124, 204)HSL
hsl(206, 82%, 44%)OKLCH
oklch(0.574 0.15 248.8)CMYK
cmyk(90%, 39%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1270B8
2#1064A3
3#0E578F
4#0C4B7B
5#0A3E66
6#083252
7#06253D
8#041929
9#020C14
Tints
Lighter variations
1#178CE6
2#2F99EA
3#49A6ED
4#63B3F0
5#7DBFF2
6#97CCF5
7#B1D9F7
8#CBE6FA
9#E5F2FC
Tones
Muted variations
1#1D7BC3
2#277ABA
3#3079B1
4#3978A7
5#42769E
6#4B7595
7#55748C
8#5E7383
9#677179
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB0 #5DB0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E99 #2E99EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 147C #147CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1063 #1063A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4774 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FE;
--royal-blue-100: #DFEFFC;
--royal-blue-200: #C3E1F9;
--royal-blue-300: #94CBF4;
--royal-blue-400: #5DB0EF;
--royal-blue-500: #2E99EA;
--royal-blue-600: #147CCC;
--royal-blue-700: #1063A2;
--royal-blue-800: #0B4774;
--royal-blue-900: #072D4A;
--royal-blue-950: #051C2E;
}