Blue
#1010D1
BlueColor Codes
All color formats for development
HEX
#1010D1RGB
rgb(16, 16, 209)HSL
hsl(240, 86%, 44%)OKLCH
oklch(0.399 0.262 265.8)CMYK
cmyk(92%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0EBC
2#0D0DA7
3#0B0B92
4#09097D
5#080868
6#060653
7#05053F
8#03032A
9#020215
Tints
Lighter variations
1#1212EB
2#2B2BEF
3#4545F1
4#6060F3
5#7A7AF5
6#9595F7
7#AFAFF9
8#CACAFB
9#E4E4FD
Tones
Muted variations
1#1919C7
2#2323BD
3#2D2DB4
4#3636AA
5#4040A0
6#4A4A97
7#53538D
8#5D5D83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F7 | BordersInactive statesPlaceholder text |
| 400 | 5959 #5959F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A2A #2A2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1010 #1010D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0909 #090977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064C | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDEFD;
--blue-200: #C1C1FA;
--blue-300: #9292F7;
--blue-400: #5959F3;
--blue-500: #2A2AEF;
--blue-600: #1010D1;
--blue-700: #0C0CA6;
--blue-800: #090977;
--blue-900: #06064C;
--blue-950: #04042F;
}