Sky Blue
#A1E8CE
GreenColor Codes
All color formats for development
HEX
#A1E8CERGB
rgb(161, 232, 206)HSL
hsl(158, 61%, 77%)OKLCH
oklch(0.877 0.08 169.6)CMYK
cmyk(31%, 0%, 11%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0BD
2#61D9AD
3#42D19D
4#2EBE89
5#269E72
6#1F7E5B
7#175F44
8#0F3F2E
9#082017
Tints
Lighter variations
1#AAEAD3
2#B3EDD8
3#BDEFDD
4#C6F1E2
5#D0F4E6
6#D9F6EB
7#E3F8F0
8#ECFAF5
9#F6FDFA
Tones
Muted variations
1#A4E5CD
2#A8E1CC
3#ABDDCB
4#AFDACA
5#B2D6C9
6#B6D3C8
7#BACFC7
8#BDCCC6
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F0;
--sky-blue-200: #CAF2E3;
--sky-blue-300: #A1E8CE;
--sky-blue-400: #6FDCB4;
--sky-blue-500: #46D29F;
--sky-blue-600: #2CB582;
--sky-blue-700: #239068;
--sky-blue-800: #19674A;
--sky-blue-900: #10422F;
--sky-blue-950: #0A291E;
}