Blue
#1316CD
BlueColor Codes
All color formats for development
HEX
#1316CDRGB
rgb(19, 22, 205)HSL
hsl(239, 83%, 44%)OKLCH
oklch(0.399 0.255 266.3)CMYK
cmyk(91%, 89%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1114B9
2#0F12A4
3#0D1090
4#0B0D7B
5#0A0B67
6#080952
7#06073E
8#040429
9#020215
Tints
Lighter variations
1#1619E7
2#2E31EC
3#484BEE
4#6265F0
5#7C7EF3
6#9698F5
7#B1B2F8
8#CBCCFA
9#E5E5FD
Tones
Muted variations
1#1C1FC4
2#2628BB
3#2F31B1
4#383AA8
5#42439F
6#4B4C95
7#54558C
8#5E5E83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9495 #9495F5 | BordersInactive statesPlaceholder text |
| 400 | 5C5E #5C5EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D30 #2D30EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1316 #1316CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F12 #0F12A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0D #0B0D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDFFC;
--blue-200: #C2C3F9;
--blue-300: #9495F5;
--blue-400: #5C5EF0;
--blue-500: #2D30EB;
--blue-600: #1316CD;
--blue-700: #0F12A3;
--blue-800: #0B0D75;
--blue-900: #07084B;
--blue-950: #04052F;
}