Blue
#2233F7
BlueColor Codes
All color formats for development
HEX
#2233F7RGB
rgb(34, 51, 247)HSL
hsl(235, 93%, 55%)OKLCH
oklch(0.482 0.278 267.1)CMYK
cmyk(86%, 79%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091CF4
2#0819D9
3#0716BD
4#0613A2
5#051087
6#040D6C
7#030951
8#020636
9#01031B
Tints
Lighter variations
1#3848F8
2#4E5CF9
3#6470F9
4#7A85FA
5#9099FB
6#A6AEFC
7#BDC2FD
8#D3D6FD
9#E9EBFE
Tones
Muted variations
1#2C3CEC
2#3745E2
3#424ED7
4#4C57CC
5#5760C2
6#6269B7
7#6C72AC
8#777AA2
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 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FB | BordersInactive statesPlaceholder text |
| 400 | 5361 #5361F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2233 #2233F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0819 #0819D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0614 #0614AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0309 #03094F | 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: #BFC4FD;
--blue-300: #8E97FB;
--blue-400: #5361F9;
--blue-500: #2233F7;
--blue-600: #0819D9;
--blue-700: #0614AC;
--blue-800: #040E7B;
--blue-900: #03094F;
--blue-950: #020631;
}