Blue
#2230F7
BlueColor Codes
All color formats for development
HEX
#2230F7RGB
rgb(34, 48, 247)HSL
hsl(236, 93%, 55%)OKLCH
oklch(0.479 0.28 267.2)CMYK
cmyk(86%, 81%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0918F4
2#0816D9
3#0713BD
4#0610A2
5#050E87
6#040B6C
7#030851
8#020536
9#01031B
Tints
Lighter variations
1#3844F8
2#4E59F9
3#646EF9
4#7A83FA
5#9097FB
6#A6ACFC
7#BDC1FD
8#D3D6FD
9#E9EAFE
Tones
Muted variations
1#2C39EC
2#3742E2
3#424CD7
4#4C55CC
5#575EC2
6#6267B7
7#6C71AC
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 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E95 #8E95FB | BordersInactive statesPlaceholder text |
| 400 | 535E #535EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2230 #2230F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0816 #0816D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0611 #0611AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084F | 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: #BFC3FD;
--blue-300: #8E95FB;
--blue-400: #535EF9;
--blue-500: #2230F7;
--blue-600: #0816D9;
--blue-700: #0611AC;
--blue-800: #040C7B;
--blue-900: #03084F;
--blue-950: #020531;
}