Royal Blue
#1367CD
BlueColor Codes
All color formats for development
HEX
#1367CDRGB
rgb(19, 103, 205)HSL
hsl(213, 83%, 44%)OKLCH
oklch(0.527 0.175 257)CMYK
cmyk(91%, 50%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115DB9
2#0F52A4
3#0D4890
4#0B3E7B
5#0A3367
6#082952
7#061F3E
8#041529
9#020A15
Tints
Lighter variations
1#1674E7
2#2E83EC
3#4893EE
4#62A2F0
5#7CB2F3
6#96C1F5
7#B1D1F8
8#CBE0FA
9#E5F0FD
Tones
Muted variations
1#1C68C4
2#2669BB
3#2F6AB1
4#386BA8
5#426C9F
6#4B6C95
7#546D8C
8#5E6E83
9#676F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BF #94BFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9E #5C9EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D83 #2D83EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1367 #1367CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F52 #0F52A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3A #0B3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DEECFC;
--royal-blue-200: #C2DBF9;
--royal-blue-300: #94BFF5;
--royal-blue-400: #5C9EF0;
--royal-blue-500: #2D83EB;
--royal-blue-600: #1367CD;
--royal-blue-700: #0F52A3;
--royal-blue-800: #0B3A75;
--royal-blue-900: #07254B;
--royal-blue-950: #04172F;
}