Blue
#2F09D7
BlueColor Codes
All color formats for development
HEX
#2F09D7RGB
rgb(47, 9, 215)HSL
hsl(251, 92%, 44%)OKLCH
oklch(0.417 0.263 272.1)CMYK
cmyk(78%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A08C2
2#2507AC
3#210697
4#1C0581
5#17046C
6#130456
7#0E0341
8#09022B
9#050116
Tints
Lighter variations
1#350AF3
2#4A24F6
3#613FF7
4#775AF8
5#8E76F9
6#A591FA
7#BBADFC
8#D2C8FD
9#E8E4FE
Tones
Muted variations
1#3513CD
2#3C1EC3
3#4228B8
4#4932AE
5#503DA4
6#564799
7#5D518F
8#635C85
9#6A667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFA | BordersInactive statesPlaceholder text |
| 400 | 7254 #7254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4923 #4923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F09 #2F09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2507 #2507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B05 #1B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E3DDFE;
--blue-200: #CBBFFC;
--blue-300: #A28EFA;
--blue-400: #7254F8;
--blue-500: #4923F6;
--blue-600: #2F09D7;
--blue-700: #2507AB;
--blue-800: #1B057A;
--blue-900: #11034E;
--blue-950: #0B0231;
}