Blue
#2331F6
BlueColor Codes
All color formats for development
HEX
#2331F6RGB
rgb(35, 49, 246)HSL
hsl(236, 92%, 55%)OKLCH
oklch(0.479 0.278 267.4)CMYK
cmyk(86%, 80%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1AF2
2#0917D7
3#0814BC
4#0711A2
5#060E87
6#040B6C
7#030951
8#020636
9#01031B
Tints
Lighter variations
1#3945F7
2#4F5AF8
3#656FF9
4#7B83F9
5#9198FA
6#A7ADFB
7#BDC1FC
8#D3D6FD
9#E9EAFE
Tones
Muted variations
1#2D3AEB
2#3843E1
3#424CD6
4#4D55CC
5#575FC1
6#6268B6
7#6D71AC
8#777AA1
9#828397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E96 #8E96FA | BordersInactive statesPlaceholder text |
| 400 | 545F #545FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2331 #2331F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0917 #0917D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0712 #0712AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050D #050D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FE;
--blue-100: #DDDFFE;
--blue-200: #BFC3FC;
--blue-300: #8E96FA;
--blue-400: #545FF8;
--blue-500: #2331F6;
--blue-600: #0917D7;
--blue-700: #0712AB;
--blue-800: #050D7A;
--blue-900: #03084E;
--blue-950: #020531;
}