Blue
#2323F6
BlueColor Codes
All color formats for development
HEX
#2323F6RGB
rgb(35, 35, 246)HSL
hsl(240, 92%, 55%)OKLCH
oklch(0.465 0.287 267.7)CMYK
cmyk(86%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0AF2
2#0909D7
3#0808BC
4#0707A2
5#060687
6#04046C
7#030351
8#020236
9#01011B
Tints
Lighter variations
1#3939F7
2#4F4FF8
3#6565F9
4#7B7BF9
5#9191FA
6#A7A7FB
7#BDBDFC
8#D3D3FD
9#E9E9FE
Tones
Muted variations
1#2D2DEB
2#3838E1
3#4242D6
4#4D4DCC
5#5757C1
6#6262B6
7#6D6DAC
8#7777A1
9#828297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFA | BordersInactive statesPlaceholder text |
| 400 | 5454 #5454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2323 #2323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0909 #0909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0707 #0707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0505 #05057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FE;
--blue-100: #DDDDFE;
--blue-200: #BFBFFC;
--blue-300: #8E8EFA;
--blue-400: #5454F8;
--blue-500: #2323F6;
--blue-600: #0909D7;
--blue-700: #0707AB;
--blue-800: #05057A;
--blue-900: #03034E;
--blue-950: #020231;
}