Royal Blue
#6F8BDC
BlueColor Codes
All color formats for development
HEX
#6F8BDCRGB
rgb(111, 139, 220)HSL
hsl(225, 61%, 65%)OKLCH
oklch(0.651 0.126 268.3)CMYK
cmyk(50%, 37%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5575D6
2#3A5FCF
3#2D51BB
4#2745A0
5#203A85
6#1A2E6B
7#132350
8#0D1735
9#060C1B
Tints
Lighter variations
1#7E96E0
2#8CA2E3
3#9AADE7
4#A9B9EA
5#B7C5EE
6#C6D0F1
7#D4DCF5
8#E2E8F8
9#F1F3FC
Tones
Muted variations
1#758DD7
2#7A90D1
3#8093CC
4#8595C6
5#8B98C1
6#909BBC
7#959EB6
8#9BA0B1
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B2 #A1B2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8B #6F8BDC | Disabled statesSecondary iconsMuted text |
| 500 | 4669 #4669D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4E #2C4EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233E #233E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192C #192C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E8F8;
--royal-blue-200: #CAD4F2;
--royal-blue-300: #A1B2E8;
--royal-blue-400: #6F8BDC;
--royal-blue-500: #4669D2;
--royal-blue-600: #2C4EB5;
--royal-blue-700: #233E90;
--royal-blue-800: #192C67;
--royal-blue-900: #101C42;
--royal-blue-950: #0A1229;
}