Sky Blue
#A1E8CA
GreenColor Codes
All color formats for development
HEX
#A1E8CARGB
rgb(161, 232, 202)HSL
hsl(155, 61%, 77%)OKLCH
oklch(0.876 0.082 166.3)CMYK
cmyk(31%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0B9
2#61D9A7
3#42D195
4#2EBE82
5#269E6C
6#1F7E57
7#175F41
8#0F3F2B
9#082016
Tints
Lighter variations
1#AAEAD0
2#B3EDD5
3#BDEFDA
4#C6F1DF
5#D0F4E5
6#D9F6EA
7#E3F8EF
8#ECFAF4
9#F6FDFA
Tones
Muted variations
1#A4E5CA
2#A8E1C9
3#ABDDC9
4#AFDAC8
5#B2D6C7
6#B6D3C7
7#BACFC6
8#BDCCC6
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196746 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF8;
--sky-blue-100: #E2F8EF;
--sky-blue-200: #CAF2E1;
--sky-blue-300: #A1E8CA;
--sky-blue-400: #6FDCAF;
--sky-blue-500: #46D298;
--sky-blue-600: #2CB57C;
--sky-blue-700: #239062;
--sky-blue-800: #196746;
--sky-blue-900: #10422D;
--sky-blue-950: #0A291C;
}