Sky Blue
#A1BCE8
BlueColor Codes
All color formats for development
HEX
#A1BCE8RGB
rgb(161, 188, 232)HSL
hsl(217, 61%, 77%)OKLCH
oklch(0.79 0.07 260.1)CMYK
cmyk(31%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A6E0
2#618FD9
3#4279D1
4#2E65BE
5#26549E
6#1F437E
7#17335F
8#0F223F
9#081120
Tints
Lighter variations
1#AAC3EA
2#B3C9ED
3#BDD0EF
4#C6D7F1
5#D0DEF4
6#D9E4F6
7#E3EBF8
8#ECF2FA
9#F6F8FD
Tones
Muted variations
1#A4BDE5
2#A8BEE1
3#ABBFDD
4#AFBFDA
5#B2C0D6
6#B6C1D3
7#BAC2CF
8#BDC3CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 6F99 #6F99DC | Disabled statesSecondary iconsMuted text |
| 500 | 467C #467CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C60 #2C60B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234D #234D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1937 #193767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2EBF8;
--sky-blue-200: #CAD9F2;
--sky-blue-300: #A1BCE8;
--sky-blue-400: #6F99DC;
--sky-blue-500: #467CD2;
--sky-blue-600: #2C60B5;
--sky-blue-700: #234D90;
--sky-blue-800: #193767;
--sky-blue-900: #102342;
--sky-blue-950: #0A1629;
}