Sky Blue
#A1B7E8
BlueColor Codes
All color formats for development
HEX
#A1B7E8RGB
rgb(161, 183, 232)HSL
hsl(221, 61%, 77%)OKLCH
oklch(0.78 0.074 265.9)CMYK
cmyk(31%, 21%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#819FE0
2#6187D9
3#426FD1
4#2E5BBE
5#264C9E
6#1F3D7E
7#172E5F
8#0F1E3F
9#080F20
Tints
Lighter variations
1#AABEEA
2#B3C6ED
3#BDCDEF
4#C6D4F1
5#D0DBF4
6#D9E2F6
7#E3E9F8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A4B9E5
2#A8BAE1
3#ABBBDD
4#AFBCDA
5#B2BED6
6#B6BFD3
7#BAC0CF
8#BDC2CC
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD6 #CAD6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B7 #A1B7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F92 #6F92DC | Disabled statesSecondary iconsMuted text |
| 500 | 4673 #4673D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C57 #2C57B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2345 #234590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1931 #193167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1020 #102042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2E9F8;
--sky-blue-200: #CAD6F2;
--sky-blue-300: #A1B7E8;
--sky-blue-400: #6F92DC;
--sky-blue-500: #4673D2;
--sky-blue-600: #2C57B5;
--sky-blue-700: #234590;
--sky-blue-800: #193167;
--sky-blue-900: #102042;
--sky-blue-950: #0A1429;
}