Royal Blue
#136DCD
BlueColor Codes
All color formats for development
HEX
#136DCDRGB
rgb(19, 109, 205)HSL
hsl(211, 83%, 44%)OKLCH
oklch(0.54 0.168 255)CMYK
cmyk(91%, 47%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1162B9
2#0F57A4
3#0D4C90
4#0B417B
5#0A3767
6#082C52
7#06213E
8#041629
9#020B15
Tints
Lighter variations
1#167BE7
2#2E8AEC
3#4898EE
4#62A7F0
5#7CB6F3
6#96C4F5
7#B1D3F8
8#CBE2FA
9#E5F0FD
Tones
Muted variations
1#1C6DC4
2#266EBB
3#2F6EB1
4#386EA8
5#426F9F
6#4B6F95
7#546F8C
8#5E7083
9#67707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DD #C2DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C3 #94C3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA3 #5CA3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D89 #2D89EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136D #136DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F57 #0F57A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3E #0B3E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0728 #07284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DEEDFC;
--royal-blue-200: #C2DDF9;
--royal-blue-300: #94C3F5;
--royal-blue-400: #5CA3F0;
--royal-blue-500: #2D89EB;
--royal-blue-600: #136DCD;
--royal-blue-700: #0F57A3;
--royal-blue-800: #0B3E75;
--royal-blue-900: #07284B;
--royal-blue-950: #04192F;
}