Sky Blue
#A098F0
BlueColor Codes
All color formats for development
HEX
#A098F0RGB
rgb(160, 152, 240)HSL
hsl(245, 75%, 77%)OKLCH
oklch(0.722 0.126 286.9)CMYK
cmyk(33%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8076EB
2#6054E7
3#4031E2
4#2C1DCE
5#2519AC
6#1D1489
7#160F67
8#0F0A45
9#070522
Tints
Lighter variations
1#A9A3F2
2#B3ADF3
3#BCB7F5
4#C6C1F6
5#CFCCF8
6#D9D6F9
7#E2E0FB
8#ECEAFC
9#F5F5FE
Tones
Muted variations
1#A39DEC
2#A7A1E8
3#ABA6E3
4#AEAADF
5#B2AEDA
6#B6B3D6
7#B9B7D2
8#BDBCCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A098 #A098F0 | BordersInactive statesPlaceholder text |
| 400 | 6E63 #6E63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 4536 #4536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A1C #2A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2116 #21169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1810 #181070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F2FD;
--sky-blue-100: #E2E0FB;
--sky-blue-200: #C9C5F7;
--sky-blue-300: #A098F0;
--sky-blue-400: #6E63E9;
--sky-blue-500: #4536E2;
--sky-blue-600: #2A1CC4;
--sky-blue-700: #21169C;
--sky-blue-800: #181070;
--sky-blue-900: #0F0A47;
--sky-blue-950: #0A062D;
}