Royal Blue
#1F3CF9
BlueColor Codes
All color formats for development
HEX
#1F3CF9RGB
rgb(31, 60, 249)HSL
hsl(232, 95%, 55%)OKLCH
oklch(0.494 0.274 266.3)CMYK
cmyk(88%, 76%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0626F6
2#0622DB
3#051EBF
4#041AA4
5#041589
6#03116D
7#020D52
8#010937
9#01041B
Tints
Lighter variations
1#3650FA
2#4C63FA
3#6277FB
4#798AFC
5#8F9EFC
6#A5B1FD
7#BCC5FD
8#D2D8FE
9#E9ECFE
Tones
Muted variations
1#2A44EE
2#354CE3
3#4054D9
4#4B5CCE
5#5664C3
6#616CB8
7#6C74AD
8#767CA2
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC7 #BEC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9B #8D9BFC | BordersInactive statesPlaceholder text |
| 400 | 5168 #5168FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F3C #1F3CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0622 #0622DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 041B #041BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0313 #03137C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020C #020C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE1FE;
--royal-blue-200: #BEC7FD;
--royal-blue-300: #8D9BFC;
--royal-blue-400: #5168FB;
--royal-blue-500: #1F3CF9;
--royal-blue-600: #0622DB;
--royal-blue-700: #041BAE;
--royal-blue-800: #03137C;
--royal-blue-900: #020C50;
--royal-blue-950: #010832;
}