Blue
#1709D7
BlueColor Codes
All color formats for development
HEX
#1709D7RGB
rgb(23, 9, 215)HSL
hsl(244, 92%, 44%)OKLCH
oklch(0.406 0.269 266.7)CMYK
cmyk(89%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1408C2
2#1207AC
3#100697
4#0E0581
5#0B046C
6#090456
7#070341
8#05022B
9#020116
Tints
Lighter variations
1#1A0AF3
2#3224F6
3#4B3FF7
4#655AF8
5#7F76F9
6#9891FA
7#B2ADFC
8#CCC8FD
9#E5E4FE
Tones
Muted variations
1#2013CD
2#291EC3
3#3228B8
4#3B32AE
5#433DA4
6#4C4799
7#55518F
8#5E5C85
9#67667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968E #968EFA | BordersInactive statesPlaceholder text |
| 400 | 5F54 #5F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3123 #3123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1709 #1709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1207 #1207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D05 #0D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFE;
--blue-200: #C3BFFC;
--blue-300: #968EFA;
--blue-400: #5F54F8;
--blue-500: #3123F6;
--blue-600: #1709D7;
--blue-700: #1207AB;
--blue-800: #0D057A;
--blue-900: #08034E;
--blue-950: #050231;
}