Sky Blue
#A1ADE8
BlueColor Codes
All color formats for development
HEX
#A1ADE8RGB
rgb(161, 173, 232)HSL
hsl(230, 61%, 77%)OKLCH
oklch(0.76 0.086 275.3)CMYK
cmyk(31%, 25%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8191E0
2#6175D9
3#425AD1
4#2E46BE
5#263A9E
6#1F2F7E
7#17235F
8#0F173F
9#080C20
Tints
Lighter variations
1#AAB5EA
2#B3BDED
3#BDC5EF
4#C6CDF1
5#D0D6F4
6#D9DEF6
7#E3E6F8
8#ECEEFA
9#F6F7FD
Tones
Muted variations
1#A4AFE5
2#A8B1E1
3#ABB4DD
4#AFB6DA
5#B2B8D6
6#B6BBD3
7#BABDCF
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AC #A1ACE8 | BordersInactive statesPlaceholder text |
| 400 | 6F81 #6F81DC | Disabled statesSecondary iconsMuted text |
| 500 | 465E #465ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C43 #2C43B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2335 #233590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1926 #192667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E2E6F8;
--sky-blue-200: #CAD0F2;
--sky-blue-300: #A1ACE8;
--sky-blue-400: #6F81DC;
--sky-blue-500: #465ED2;
--sky-blue-600: #2C43B5;
--sky-blue-700: #233590;
--sky-blue-800: #192667;
--sky-blue-900: #101842;
--sky-blue-950: #0A0F29;
}