Blue
#3F23F6
BlueColor Codes
All color formats for development
HEX
#3F23F6RGB
rgb(63, 35, 246)HSL
hsl(248, 92%, 55%)OKLCH
oklch(0.479 0.281 273.7)CMYK
cmyk(74%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290AF2
2#2509D7
3#2008BC
4#1B07A2
5#170687
6#12046C
7#0E0351
8#090236
9#05011B
Tints
Lighter variations
1#5239F7
2#654FF8
3#7865F9
4#8C7BF9
5#9F91FA
6#B2A7FB
7#C5BDFC
8#D9D3FD
9#ECE9FE
Tones
Muted variations
1#472DEB
2#4E38E1
3#5642D6
4#5E4DCC
5#6657C1
6#6D62B6
7#756DAC
8#7D77A1
9#858297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8E #9D8EFA | BordersInactive statesPlaceholder text |
| 400 | 6A54 #6A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3F23 #3F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2509 #2509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D07 #1D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1505 #15057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFE;
--blue-200: #C7BFFC;
--blue-300: #9D8EFA;
--blue-400: #6A54F8;
--blue-500: #3F23F6;
--blue-600: #2509D7;
--blue-700: #1D07AB;
--blue-800: #15057A;
--blue-900: #0D034E;
--blue-950: #080231;
}