Royal Blue
#367EE2
BlueColor Codes
All color formats for development
HEX
#367EE2RGB
rgb(54, 126, 226)HSL
hsl(215, 75%, 55%)OKLCH
oklch(0.6 0.168 257.5)CMYK
cmyk(76%, 44%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206EDD
2#1C62C4
3#1956AC
4#154A93
5#123D7B
6#0E3162
7#0B254A
8#071931
9#040C19
Tints
Lighter variations
1#4A8BE5
2#5E98E8
3#72A5EB
4#87B2EE
5#9BBEF1
6#AFCBF4
7#C3D8F6
8#D7E5F9
9#EBF2FC
Tones
Muted variations
1#3F7FDA
2#4781D1
3#5082C8
4#5984C0
5#6185B7
6#6A87AF
7#7288A6
8#7B899D
9#848B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BD #98BDF0 | BordersInactive statesPlaceholder text |
| 400 | 639B #639BE9 | Disabled statesSecondary iconsMuted text |
| 500 | 367E #367EE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C62 #1C62C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164E #164E9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1038 #103870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A24 #0A2447 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0EBFB;
--royal-blue-200: #C5DAF7;
--royal-blue-300: #98BDF0;
--royal-blue-400: #639BE9;
--royal-blue-500: #367EE2;
--royal-blue-600: #1C62C4;
--royal-blue-700: #164E9C;
--royal-blue-800: #103870;
--royal-blue-900: #0A2447;
--royal-blue-950: #06162D;
}