Blue
#1D2FFC
BlueColor Codes
All color formats for development
HEX
#1D2FFCRGB
rgb(29, 47, 252)HSL
hsl(235, 97%, 55%)OKLCH
oklch(0.482 0.287 266.5)CMYK
cmyk(88%, 81%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0418F9
2#0316DD
3#0313C1
4#0310A6
5#020D8A
6#020B6F
7#010853
8#010537
9#00031C
Tints
Lighter variations
1#3444FC
2#4A59FC
3#616EFD
4#7782FD
5#8E97FD
6#A5ACFE
7#BBC1FE
8#D2D5FE
9#E8EAFF
Tones
Muted variations
1#2839F0
2#3342E5
3#3E4BDA
4#4955CF
5#555EC4
6#6067B9
7#6B70AE
8#767AA3
9#818397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B95 #8B95FD | BordersInactive statesPlaceholder text |
| 400 | 4F5E #4F5EFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D2F #1D2FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0316 #0316DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0311 #0311B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020C #020C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0108 #010850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC3FE;
--blue-300: #8B95FD;
--blue-400: #4F5EFC;
--blue-500: #1D2FFC;
--blue-600: #0316DD;
--blue-700: #0311B0;
--blue-800: #020C7E;
--blue-900: #010850;
--blue-950: #010532;
}