Sky Blue
#A1DBE8
CyanColor Codes
All color formats for development
HEX
#A1DBE8RGB
rgb(161, 219, 232)HSL
hsl(191, 61%, 77%)OKLCH
oklch(0.856 0.062 213.1)CMYK
cmyk(31%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81CFE0
2#61C3D9
3#42B7D1
4#2EA3BE
5#26889E
6#1F6D7E
7#17525F
8#0F363F
9#081B20
Tints
Lighter variations
1#AADFEA
2#B3E2ED
3#BDE6EF
4#C6E9F1
5#D0EDF4
6#D9F1F6
7#E3F4F8
8#ECF8FA
9#F6FBFD
Tones
Muted variations
1#A4D9E5
2#A8D6E1
3#ABD4DD
4#AFD2DA
5#B2D0D6
6#B6CDD3
7#BACBCF
8#BDC9CC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC8 #6FC8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B9 #46B9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9C #2C9CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237C #237C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1958 #195867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F4F8;
--sky-blue-200: #CAEBF2;
--sky-blue-300: #A1DBE8;
--sky-blue-400: #6FC8DC;
--sky-blue-500: #46B9D2;
--sky-blue-600: #2C9CB5;
--sky-blue-700: #237C90;
--sky-blue-800: #195867;
--sky-blue-900: #103942;
--sky-blue-950: #0A2329;
}