Sky Blue
#A1BBE8
BlueColor Codes
All color formats for development
HEX
#A1BBE8RGB
rgb(161, 187, 232)HSL
hsl(218, 61%, 77%)OKLCH
oklch(0.788 0.07 261.3)CMYK
cmyk(31%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A4E0
2#618DD9
3#4276D1
4#2E63BE
5#26529E
6#1F427E
7#17315F
8#0F213F
9#081020
Tints
Lighter variations
1#AAC2EA
2#B3C8ED
3#BDCFEF
4#C6D6F1
5#D0DDF4
6#D9E4F6
7#E3EBF8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A4BCE5
2#A8BDE1
3#ABBEDD
4#AFBFDA
5#B2C0D6
6#B6C1D3
7#BAC1CF
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 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BB #A1BBE8 | BordersInactive statesPlaceholder text |
| 400 | 6F97 #6F97DC | Disabled statesSecondary iconsMuted text |
| 500 | 467A #467AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5E #2C5EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234B #234B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1935 #193567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1022 #102242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2EAF8;
--sky-blue-200: #CAD8F2;
--sky-blue-300: #A1BBE8;
--sky-blue-400: #6F97DC;
--sky-blue-500: #467AD2;
--sky-blue-600: #2C5EB5;
--sky-blue-700: #234B90;
--sky-blue-800: #193567;
--sky-blue-900: #102242;
--sky-blue-950: #0A1529;
}