Blue
#2334F6
BlueColor Codes
All color formats for development
HEX
#2334F6RGB
rgb(35, 52, 246)HSL
hsl(235, 92%, 55%)OKLCH
oklch(0.482 0.276 267.3)CMYK
cmyk(86%, 79%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1DF2
2#091AD7
3#0817BC
4#0714A2
5#061087
6#040D6C
7#030A51
8#020736
9#01031B
Tints
Lighter variations
1#3949F7
2#4F5DF8
3#6571F9
4#7B85F9
5#919AFA
6#A7AEFB
7#BDC2FC
8#D3D6FD
9#E9EBFE
Tones
Muted variations
1#2D3DEB
2#3846E1
3#424FD6
4#4D57CC
5#5760C1
6#6269B6
7#6D72AC
8#777BA1
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 | BFC4 #BFC4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FA | BordersInactive statesPlaceholder text |
| 400 | 5461 #5461F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2334 #2334F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091A #091AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0715 #0715AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050F #050F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FE;
--blue-100: #DDDFFE;
--blue-200: #BFC4FC;
--blue-300: #8E97FA;
--blue-400: #5461F8;
--blue-500: #2334F6;
--blue-600: #091AD7;
--blue-700: #0715AB;
--blue-800: #050F7A;
--blue-900: #030A4E;
--blue-950: #020631;
}