Blue
#1A38FF
BlueColor Codes
All color formats for development
HEX
#1A38FFRGB
rgb(26, 56, 255)HSL
hsl(232, 100%, 55%)OKLCH
oklch(0.495 0.284 265.9)CMYK
cmyk(90%, 78%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0022FC
2#001EE0
3#001AC4
4#0016A8
5#00138C
6#000F70
7#000B54
8#000738
9#00041C
Tints
Lighter variations
1#304CFF
2#4760FF
3#5E74FF
4#7588FF
5#8C9CFF
6#A3AFFF
7#BAC3FF
8#D1D7FF
9#E8EBFF
Tones
Muted variations
1#2541F4
2#3049E8
3#3C51DD
4#475AD1
5#5362C6
6#5E6BBA
7#6A73AF
8#757BA3
9#818498
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE0 #DBE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A99 #8A99FF | BordersInactive statesPlaceholder text |
| 400 | 4D64 #4D64FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A38 #1A38FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001E #001EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0018 #0018B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0011 #001180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000B #000B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0007 #000733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DBE0FF;
--blue-200: #BDC6FF;
--blue-300: #8A99FF;
--blue-400: #4D64FF;
--blue-500: #1A38FF;
--blue-600: #001EE0;
--blue-700: #0018B3;
--blue-800: #001180;
--blue-900: #000B52;
--blue-950: #000733;
}