Blue
#0A0AD6
BlueColor Codes
All color formats for development
HEX
#0A0AD6RGB
rgb(10, 10, 214)HSL
hsl(240, 91%, 44%)OKLCH
oklch(0.402 0.27 265.1)CMYK
cmyk(95%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0909C1
2#0808AB
3#070796
4#060681
5#05056B
6#040456
7#030340
8#02022B
9#010115
Tints
Lighter variations
1#0B0BF2
2#2525F5
3#4040F6
4#5B5BF7
5#7777F9
6#9292FA
7#ADADFB
8#C8C8FC
9#E4E4FE
Tones
Muted variations
1#1414CC
2#1F1FC2
3#2929B8
4#3333AD
5#3D3DA3
6#474799
7#52528F
8#5C5C85
9#66667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F8F #8F8FFA | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2424 #2424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A0A #0A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0808 #0808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #06067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FE;
--blue-100: #DDDDFD;
--blue-200: #C0C0FC;
--blue-300: #8F8FFA;
--blue-400: #5555F7;
--blue-500: #2424F5;
--blue-600: #0A0AD6;
--blue-700: #0808AA;
--blue-800: #06067A;
--blue-900: #04044E;
--blue-950: #020231;
}