Royal Blue
#1867C9
BlueColor Codes
All color formats for development
HEX
#1867C9RGB
rgb(24, 103, 201)HSL
hsl(213, 79%, 44%)OKLCH
oklch(0.525 0.169 256.9)CMYK
cmyk(88%, 49%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155DB5
2#1353A1
3#10488D
4#0E3E79
5#0C3464
6#092950
7#071F3C
8#051528
9#020A14
Tints
Lighter variations
1#1B74E2
2#3384E7
3#4C93EA
4#66A3ED
5#7FB2F0
6#99C1F3
7#B2D1F6
8#CCE0F9
9#E5F0FC
Tones
Muted variations
1#2068C0
2#2969B7
3#326AAE
4#3B6BA5
5#446C9D
6#4D6D94
7#566E8B
8#5E6E82
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C0 #96C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5F9F #5F9FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3283 #3283E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1867 #1867C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1352 #1352A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFECFB;
--royal-blue-200: #C4DBF8;
--royal-blue-300: #96C0F3;
--royal-blue-400: #5F9FEC;
--royal-blue-500: #3283E7;
--royal-blue-600: #1867C9;
--royal-blue-700: #1352A0;
--royal-blue-800: #0D3B72;
--royal-blue-900: #092649;
--royal-blue-950: #05172E;
}