Blue
#1F35F9
BlueColor Codes
All color formats for development
HEX
#1F35F9RGB
rgb(31, 53, 249)HSL
hsl(234, 95%, 55%)OKLCH
oklch(0.486 0.279 266.6)CMYK
cmyk(88%, 79%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061EF6
2#061BDB
3#0518BF
4#0414A4
5#041189
6#030D6D
7#020A52
8#010737
9#01031B
Tints
Lighter variations
1#3649FA
2#4C5DFA
3#6272FB
4#7986FC
5#8F9AFC
6#A5AEFD
7#BCC2FD
8#D2D7FE
9#E9EBFE
Tones
Muted variations
1#2A3EEE
2#3546E3
3#404FD9
4#4B58CE
5#5661C3
6#6169B8
7#6C72AD
8#767BA2
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC5 #BEC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FC | BordersInactive statesPlaceholder text |
| 400 | 5162 #5162FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F35 #1F35F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 061B #061BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0415 #0415AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030F #030F7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BEC5FD;
--blue-300: #8D98FC;
--blue-400: #5162FB;
--blue-500: #1F35F9;
--blue-600: #061BDB;
--blue-700: #0415AE;
--blue-800: #030F7C;
--blue-900: #020A50;
--blue-950: #010632;
}