Blue
#2307DA
BlueColor Codes
All color formats for development
HEX
#2307DARGB
rgb(35, 7, 218)HSL
hsl(248, 94%, 44%)OKLCH
oklch(0.414 0.27 268.9)CMYK
cmyk(84%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F06C4
2#1C05AE
3#180598
4#150483
5#11036D
6#0E0357
7#0A0241
8#07012C
9#030116
Tints
Lighter variations
1#2708F5
2#3E21F8
3#563DF9
4#6E59FA
5#8674FB
6#9F90FC
7#B7ACFC
8#CFC8FD
9#E7E3FE
Tones
Muted variations
1#2B11CF
2#321CC5
3#3A26BA
4#4231AF
5#4A3BA5
6#51469A
7#595190
8#615B85
9#68667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8D #9C8DFB | BordersInactive statesPlaceholder text |
| 400 | 6852 #6852FA | Disabled statesSecondary iconsMuted text |
| 500 | 3D20 #3D20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2307 #2307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C05 #1C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D02 #0D024F | 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: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C7BFFD;
--blue-300: #9C8DFB;
--blue-400: #6852FA;
--blue-500: #3D20F8;
--blue-600: #2307DA;
--blue-700: #1C05AD;
--blue-800: #14047C;
--blue-900: #0D024F;
--blue-950: #080231;
}