Blue
#2727F1
BlueColor Codes
All color formats for development
HEX
#2727F1RGB
rgb(39, 39, 241)HSL
hsl(240, 88%, 55%)OKLCH
oklch(0.464 0.279 268.4)CMYK
cmyk(84%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0FED
2#0D0DD3
3#0C0CB9
4#0A0A9E
5#080884
6#070769
7#05054F
8#030335
9#02021A
Tints
Lighter variations
1#3D3DF3
2#5252F4
3#6868F5
4#7E7EF7
5#9393F8
6#A9A9F9
7#BEBEFB
8#D4D4FC
9#E9E9FE
Tones
Muted variations
1#3131E7
2#3B3BDD
3#4646D3
4#5050C9
5#5A5ABF
6#6464B5
7#6E6EAB
8#7878A0
9#828296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DDDDFD;
--blue-200: #C1C1FB;
--blue-300: #9191F8;
--blue-400: #5757F4;
--blue-500: #2727F1;
--blue-600: #0D0DD3;
--blue-700: #0B0BA8;
--blue-800: #080878;
--blue-900: #05054D;
--blue-950: #030330;
}