Royal Blue
#6874E3
BlueColor Codes
All color formats for development
HEX
#6874E3RGB
rgb(104, 116, 227)HSL
hsl(234, 69%, 65%)OKLCH
oklch(0.604 0.166 275.6)CMYK
cmyk(54%, 49%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5BDE
2#3041D9
3#2434C4
4#1F2DA8
5#1A258C
6#151E70
7#0F1654
8#0A0F38
9#05071C
Tints
Lighter variations
1#7782E6
2#8690E9
3#959EEC
4#A5ACEE
5#B4BAF1
6#C3C8F4
7#D2D5F7
8#E1E3F9
9#F0F1FC
Tones
Muted variations
1#6E79DD
2#747ED7
3#7B83D1
4#8188CB
5#878DC5
6#8D92BE
7#9397B8
8#999CB2
9#A0A1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA4 #9CA4ED | BordersInactive statesPlaceholder text |
| 400 | 6874 #6874E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4D #3D4DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2332 #2332BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C28 #1C2897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141D #141D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D12 #0D1245 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E3F9;
--royal-blue-200: #C7CCF5;
--royal-blue-300: #9CA4ED;
--royal-blue-400: #6874E3;
--royal-blue-500: #3D4DDB;
--royal-blue-600: #2332BE;
--royal-blue-700: #1C2897;
--royal-blue-800: #141D6C;
--royal-blue-900: #0D1245;
--royal-blue-950: #080B2B;
}