Royal Blue
#1F44F9
BlueColor Codes
All color formats for development
HEX
#1F44F9RGB
rgb(31, 68, 249)HSL
hsl(230, 95%, 55%)OKLCH
oklch(0.505 0.266 265.9)CMYK
cmyk(88%, 73%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062EF6
2#0629DB
3#0524BF
4#041FA4
5#041A89
6#03156D
7#020F52
8#010A37
9#01051B
Tints
Lighter variations
1#3656FA
2#4C69FA
3#627CFB
4#798FFC
5#8FA1FC
6#A5B4FD
7#BCC7FD
8#D2DAFE
9#E9ECFE
Tones
Muted variations
1#2A4BEE
2#3552E3
3#4059D9
4#4B61CE
5#5668C3
6#616FB8
7#6C76AD
8#767EA2
9#818597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC9 #BEC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9F #8D9FFC | BordersInactive statesPlaceholder text |
| 400 | 516D #516DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F44 #1F44F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0629 #0629DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0421 #0421AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0317 #03177C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE2FE;
--royal-blue-200: #BEC9FD;
--royal-blue-300: #8D9FFC;
--royal-blue-400: #516DFB;
--royal-blue-500: #1F44F9;
--royal-blue-600: #0629DB;
--royal-blue-700: #0421AE;
--royal-blue-800: #03177C;
--royal-blue-900: #020F50;
--royal-blue-950: #010932;
}