Sky Blue
#A1D6E8
BlueColor Codes
All color formats for development
HEX
#A1D6E8RGB
rgb(161, 214, 232)HSL
hsl(195, 61%, 77%)OKLCH
oklch(0.845 0.06 220.8)CMYK
cmyk(31%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81C9E0
2#61BBD9
3#42ADD1
4#2E9ABE
5#26809E
6#1F667E
7#174D5F
8#0F333F
9#081A20
Tints
Lighter variations
1#AADAEA
2#B3DEED
3#BDE2EF
4#C6E7F1
5#D0EBF4
6#D9EFF6
7#E3F3F8
8#ECF7FA
9#F6FBFD
Tones
Muted variations
1#A4D4E5
2#A8D3E1
3#ABD1DD
4#AFCFDA
5#B2CDD6
6#B6CCD3
7#BACACF
8#BDC8CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D6 #A1D6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC1 #6FC1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46AF #46AFD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C92 #2C92B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2374 #237490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1953 #195367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1035 #103542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A21 #0A2129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F3F8;
--sky-blue-200: #CAE8F2;
--sky-blue-300: #A1D6E8;
--sky-blue-400: #6FC1DC;
--sky-blue-500: #46AFD2;
--sky-blue-600: #2C92B5;
--sky-blue-700: #237490;
--sky-blue-800: #195367;
--sky-blue-900: #103542;
--sky-blue-950: #0A2129;
}