Sky Blue
#A1E8DB
CyanColor Codes
All color formats for development
HEX
#A1E8DBRGB
rgb(161, 232, 219)HSL
hsl(169, 61%, 77%)OKLCH
oklch(0.88 0.073 181.9)CMYK
cmyk(31%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0CF
2#61D9C3
3#42D1B7
4#2EBEA3
5#269E88
6#1F7E6D
7#175F52
8#0F3F36
9#08201B
Tints
Lighter variations
1#AAEADF
2#B3EDE2
3#BDEFE6
4#C6F1E9
5#D0F4ED
6#D9F6F1
7#E3F8F4
8#ECFAF8
9#F6FDFB
Tones
Muted variations
1#A4E5D9
2#A8E1D6
3#ABDDD4
4#AFDAD2
5#B2D6D0
6#B6D3CD
7#BACFCB
8#BDCCC9
9#C1C8C7
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 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196758 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | 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: #CAF2EB;
--sky-blue-300: #A1E8DB;
--sky-blue-400: #6FDCC8;
--sky-blue-500: #46D2B9;
--sky-blue-600: #2CB59C;
--sky-blue-700: #23907C;
--sky-blue-800: #196758;
--sky-blue-900: #104239;
--sky-blue-950: #0A2923;
}