Sky Blue
#A1E8CF
GreenColor Codes
All color formats for development
HEX
#A1E8CFRGB
rgb(161, 232, 207)HSL
hsl(159, 61%, 77%)OKLCH
oklch(0.877 0.079 170.5)CMYK
cmyk(31%, 0%, 11%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0BF
2#61D9AF
3#42D19F
4#2EBE8B
5#269E74
6#1F7E5D
7#175F46
8#0F3F2E
9#082017
Tints
Lighter variations
1#AAEAD4
2#B3EDD9
3#BDEFDD
4#C6F1E2
5#D0F4E7
6#D9F6EC
7#E3F8F1
8#ECFAF5
9#F6FDFA
Tones
Muted variations
1#A4E5CE
2#A8E1CD
3#ABDDCC
4#AFDACB
5#B2D6CA
6#B6D3C9
7#BACFC8
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 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB585 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104230 | 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: #CAF2E4;
--sky-blue-300: #A1E8CF;
--sky-blue-400: #6FDCB6;
--sky-blue-500: #46D2A1;
--sky-blue-600: #2CB585;
--sky-blue-700: #23906A;
--sky-blue-800: #19674B;
--sky-blue-900: #104230;
--sky-blue-950: #0A291E;
}