Sky Blue
#A1E8CC
GreenColor Codes
All color formats for development
HEX
#A1E8CCRGB
rgb(161, 232, 204)HSL
hsl(156, 61%, 77%)OKLCH
oklch(0.876 0.081 167.9)CMYK
cmyk(31%, 0%, 12%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0BA
2#61D9A9
3#42D198
4#2EBE84
5#269E6E
6#1F7E58
7#175F42
8#0F3F2C
9#082016
Tints
Lighter variations
1#AAEAD1
2#B3EDD6
3#BDEFDB
4#C6F1E0
5#D0F4E5
6#D9F6EA
7#E3F8F0
8#ECFAF5
9#F6FDFA
Tones
Muted variations
1#A4E5CB
2#A8E1CA
3#ABDDC9
4#AFDAC9
5#B2D6C8
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 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | 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: #CAF2E2;
--sky-blue-300: #A1E8CC;
--sky-blue-400: #6FDCB1;
--sky-blue-500: #46D29A;
--sky-blue-600: #2CB57E;
--sky-blue-700: #239064;
--sky-blue-800: #196748;
--sky-blue-900: #10422E;
--sky-blue-950: #0A291D;
}