Sky Blue
#A2E6D6
CyanColor Codes
All color formats for development
HEX
#A2E6D6RGB
rgb(162, 230, 214)HSL
hsl(166, 58%, 77%)OKLCH
oklch(0.875 0.072 178.2)CMYK
cmyk(30%, 0%, 7%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEC9
2#64D6BB
3#45CEAE
4#31BA9A
5#299B81
6#217C67
7#195D4D
8#103E33
9#081F1A
Tints
Lighter variations
1#ACE9DB
2#B5EBDF
3#BEEEE3
4#C7F0E7
5#D1F3EB
6#DAF5EF
7#E3F8F3
8#ECFAF7
9#F6FDFB
Tones
Muted variations
1#A6E3D5
2#A9E0D3
3#ADDCD1
4#B0D9CF
5#B3D5CD
6#B7D2CC
7#BACFCA
8#BECBC8
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB193 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F8F3;
--sky-blue-200: #CBF1E8;
--sky-blue-300: #A2E6D6;
--sky-blue-400: #72DAC1;
--sky-blue-500: #4ACFB0;
--sky-blue-600: #2FB193;
--sky-blue-700: #258D75;
--sky-blue-800: #1B6553;
--sky-blue-900: #114035;
--sky-blue-950: #0B2821;
}