Blue
#1706DB
BlueColor Codes
All color formats for development
HEX
#1706DBRGB
rgb(23, 6, 219)HSL
hsl(245, 95%, 44%)OKLCH
oklch(0.41 0.274 266.6)CMYK
cmyk(89%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1505C5
2#1304AF
3#100499
4#0E0383
5#0C036D
6#090258
7#070242
8#05012C
9#020116
Tints
Lighter variations
1#1A06F7
2#3220F9
3#4C3CFA
4#6558FB
5#7F74FB
6#9990FC
7#B2ABFD
8#CCC7FE
9#E5E3FE
Tones
Muted variations
1#2010D0
2#291BC5
3#3226BB
4#3B30B0
5#443BA5
6#4D469B
7#565090
8#5E5B86
9#67667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BE #C4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFC | BordersInactive statesPlaceholder text |
| 400 | 5F51 #5F51FB | Disabled statesSecondary iconsMuted text |
| 500 | 311F #311FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1706 #1706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1304 #1304AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D03 #0D037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #080250 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C4BEFD;
--blue-300: #968DFC;
--blue-400: #5F51FB;
--blue-500: #311FF9;
--blue-600: #1706DB;
--blue-700: #1304AE;
--blue-800: #0D037C;
--blue-900: #080250;
--blue-950: #050132;
}