Blue
#1D33FC
BlueColor Codes
All color formats for development
HEX
#1D33FCRGB
rgb(29, 51, 252)HSL
hsl(234, 97%, 55%)OKLCH
oklch(0.486 0.284 266.4)CMYK
cmyk(88%, 80%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041CF9
2#0319DD
3#0316C1
4#0313A6
5#02108A
6#020D6F
7#010953
8#010637
9#00031C
Tints
Lighter variations
1#3448FC
2#4A5CFC
3#6170FD
4#7785FD
5#8E99FD
6#A5ADFE
7#BBC2FE
8#D2D6FE
9#E8EBFF
Tones
Muted variations
1#283CF0
2#3345E5
3#3E4EDA
4#4957CF
5#5560C4
6#6069B9
7#6B72AE
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 | BEC4 #BEC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B97 #8B97FD | BordersInactive statesPlaceholder text |
| 400 | 4F60 #4F60FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D33 #1D33FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0319 #0319DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0314 #0314B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020E #020E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010950 | 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: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC4FE;
--blue-300: #8B97FD;
--blue-400: #4F60FC;
--blue-500: #1D33FC;
--blue-600: #0319DD;
--blue-700: #0314B0;
--blue-800: #020E7E;
--blue-900: #010950;
--blue-950: #010632;
}