Sky Blue
#A1E8CD
GreenColor Codes
All color formats for development
HEX
#A1E8CDRGB
rgb(161, 232, 205)HSL
hsl(157, 61%, 77%)OKLCH
oklch(0.876 0.08 168.8)CMYK
cmyk(31%, 0%, 12%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0BC
2#61D9AB
3#42D19A
4#2EBE87
5#269E70
6#1F7E5A
7#175F43
8#0F3F2D
9#082016
Tints
Lighter variations
1#AAEAD2
2#B3EDD7
3#BDEFDC
4#C6F1E1
5#D0F4E6
6#D9F6EB
7#E3F8F0
8#ECFAF5
9#F6FDFA
Tones
Muted variations
1#A4E5CC
2#A8E1CB
3#ABDDCA
4#AFDAC9
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 #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | 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: #E2F8F0;
--sky-blue-200: #CAF2E3;
--sky-blue-300: #A1E8CD;
--sky-blue-400: #6FDCB2;
--sky-blue-500: #46D29D;
--sky-blue-600: #2CB580;
--sky-blue-700: #239066;
--sky-blue-800: #196749;
--sky-blue-900: #10422F;
--sky-blue-950: #0A291D;
}