Blue
#1F16CA
BlueColor Codes
All color formats for development
HEX
#1F16CARGB
rgb(31, 22, 202)HSL
hsl(243, 80%, 44%)OKLCH
oklch(0.399 0.249 268.6)CMYK
cmyk(85%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C14B6
2#1912A2
3#16108D
4#130D79
5#100B65
6#0D0951
7#09073D
8#060428
9#030214
Tints
Lighter variations
1#2319E4
2#3B31E8
3#534BEB
4#6C65EE
5#847EF1
6#9D98F4
7#B5B2F6
8#CECCF9
9#E6E5FC
Tones
Muted variations
1#271FC1
2#3028B8
3#3831AF
4#403AA6
5#48439D
6#504C94
7#58558B
8#605E82
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F3 | BordersInactive statesPlaceholder text |
| 400 | 655E #655EED | Disabled statesSecondary iconsMuted text |
| 500 | 3A30 #3A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F16 #1F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1912 #1912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FD;
--blue-100: #E0DFFB;
--blue-200: #C6C3F8;
--blue-300: #9A95F3;
--blue-400: #655EED;
--blue-500: #3A30E8;
--blue-600: #1F16CA;
--blue-700: #1912A1;
--blue-800: #120D73;
--blue-900: #0B0849;
--blue-950: #07052E;
}