Sky Blue
#A1C9E8
BlueColor Codes
All color formats for development
HEX
#A1C9E8RGB
rgb(161, 201, 232)HSL
hsl(206, 61%, 77%)OKLCH
oklch(0.818 0.061 241.8)CMYK
cmyk(31%, 13%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81B7E0
2#61A5D9
3#4293D1
4#2E7FBE
5#266A9E
6#1F557E
7#17405F
8#0F2A3F
9#081520
Tints
Lighter variations
1#AACFEA
2#B3D4ED
3#BDD9EF
4#C6DFF1
5#D0E4F4
6#D9E9F6
7#E3EFF8
8#ECF4FA
9#F6FAFD
Tones
Muted variations
1#A4C9E5
2#A8C8E1
3#ABC8DD
4#AFC7DA
5#B2C7D6
6#B6C6D3
7#BAC6CF
8#BDC5CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAD #6FADDC | Disabled statesSecondary iconsMuted text |
| 500 | 4696 #4696D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C79 #2C79B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2361 #236190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1945 #194567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EFF8;
--sky-blue-200: #CAE1F2;
--sky-blue-300: #A1C9E8;
--sky-blue-400: #6FADDC;
--sky-blue-500: #4696D2;
--sky-blue-600: #2C79B5;
--sky-blue-700: #236190;
--sky-blue-800: #194567;
--sky-blue-900: #102C42;
--sky-blue-950: #0A1C29;
}