Sky Blue
#A1E8DA
CyanColor Codes
All color formats for development
HEX
#A1E8DARGB
rgb(161, 232, 218)HSL
hsl(168, 61%, 77%)OKLCH
oklch(0.88 0.073 180.9)CMYK
cmyk(31%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0CD
2#61D9C1
3#42D1B4
4#2EBEA1
5#269E86
6#1F7E6B
7#175F50
8#0F3F36
9#08201B
Tints
Lighter variations
1#AAEADE
2#B3EDE1
3#BDEFE5
4#C6F1E9
5#D0F4EC
6#D9F6F0
7#E3F8F4
8#ECFAF8
9#F6FDFB
Tones
Muted variations
1#A4E5D8
2#A8E1D6
3#ABDDD3
4#AFDAD1
5#B2D6CF
6#B6D3CD
7#BACFCB
8#BDCCC9
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104238 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F4;
--sky-blue-200: #CAF2EA;
--sky-blue-300: #A1E8DA;
--sky-blue-400: #6FDCC6;
--sky-blue-500: #46D2B6;
--sky-blue-600: #2CB599;
--sky-blue-700: #23907A;
--sky-blue-800: #196757;
--sky-blue-900: #104238;
--sky-blue-950: #0A2923;
}