Blue
#1616CA
BlueColor Codes
All color formats for development
HEX
#1616CARGB
rgb(22, 22, 202)HSL
hsl(240, 80%, 44%)OKLCH
oklch(0.396 0.251 266.9)CMYK
cmyk(89%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1414B6
2#1212A2
3#10108D
4#0D0D79
5#0B0B65
6#090951
7#07073D
8#040428
9#020214
Tints
Lighter variations
1#1919E4
2#3131E8
3#4B4BEB
4#6565EE
5#7E7EF1
6#9898F4
7#B2B2F6
8#CCCCF9
9#E5E5FC
Tones
Muted variations
1#1F1FC1
2#2828B8
3#3131AF
4#3A3AA6
5#43439D
6#4C4C94
7#55558B
8#5E5E82
9#676779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FD;
--blue-100: #DFDFFB;
--blue-200: #C3C3F8;
--blue-300: #9595F3;
--blue-400: #5E5EED;
--blue-500: #3030E8;
--blue-600: #1616CA;
--blue-700: #1212A1;
--blue-800: #0D0D73;
--blue-900: #080849;
--blue-950: #05052E;
}