Sky Blue
#A2E7CF
GreenColor Codes
All color formats for development
HEX
#A2E7CFRGB
rgb(162, 231, 207)HSL
hsl(159, 59%, 77%)OKLCH
oklch(0.875 0.077 170.8)CMYK
cmyk(30%, 0%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFBF
2#63D7AE
3#44CF9E
4#30BB8B
5#289C74
6#207D5C
7#185E45
8#103E2E
9#081F17
Tints
Lighter variations
1#ABE9D4
2#B4ECD8
3#BEEEDD
4#C7F1E2
5#D0F3E7
6#DAF5EC
7#E3F8F1
8#ECFAF5
9#F6FDFA
Tones
Muted variations
1#A5E3CE
2#A9E0CD
3#ACDDCC
4#B0D9CB
5#B3D6CA
6#B7D2C9
7#BACFC7
8#BDCBC6
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114130 | 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: #E3F8F0;
--sky-blue-200: #CAF1E4;
--sky-blue-300: #A2E7CF;
--sky-blue-400: #71DAB6;
--sky-blue-500: #49D0A1;
--sky-blue-600: #2EB284;
--sky-blue-700: #258E69;
--sky-blue-800: #1A654B;
--sky-blue-900: #114130;
--sky-blue-950: #0A291E;
}