Royal Blue
#136ACD
BlueColor Codes
All color formats for development
HEX
#136ACDRGB
rgb(19, 106, 205)HSL
hsl(212, 83%, 44%)OKLCH
oklch(0.534 0.172 256)CMYK
cmyk(91%, 48%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115FB9
2#0F55A4
3#0D4A90
4#0B407B
5#0A3567
6#082A52
7#06203E
8#041529
9#020B15
Tints
Lighter variations
1#1677E7
2#2E86EC
3#4896EE
4#62A5F0
5#7CB4F3
6#96C3F5
7#B1D2F8
8#CBE1FA
9#E5F0FD
Tones
Muted variations
1#1C6BC4
2#266BBB
3#2F6CB1
4#386CA8
5#426D9F
6#4B6E95
7#546E8C
8#5E6F83
9#67707A
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 | C2DC #C2DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C1 #94C1F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA1 #5CA1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D86 #2D86EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136A #136ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F54 #0F54A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3C #0B3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | 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: #C2DCF9;
--royal-blue-300: #94C1F5;
--royal-blue-400: #5CA1F0;
--royal-blue-500: #2D86EB;
--royal-blue-600: #136ACD;
--royal-blue-700: #0F54A3;
--royal-blue-800: #0B3C75;
--royal-blue-900: #07274B;
--royal-blue-950: #04182F;
}