Sky Blue
#A1E8D6
CyanColor Codes
All color formats for development
HEX
#A1E8D6RGB
rgb(161, 232, 214)HSL
hsl(165, 61%, 77%)OKLCH
oklch(0.879 0.075 176.9)CMYK
cmyk(31%, 0%, 8%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0C9
2#61D9BB
3#42D1AD
4#2EBE9A
5#269E80
6#1F7E66
7#175F4D
8#0F3F33
9#08201A
Tints
Lighter variations
1#AAEADA
2#B3EDDE
3#BDEFE2
4#C6F1E7
5#D0F4EB
6#D9F6EF
7#E3F8F3
8#ECFAF7
9#F6FDFB
Tones
Muted variations
1#A4E5D4
2#A8E1D3
3#ABDDD1
4#AFDACF
5#B2D6CD
6#B6D3CC
7#BACFCA
8#BDCCC8
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196753 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104235 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F3;
--sky-blue-200: #CAF2E8;
--sky-blue-300: #A1E8D6;
--sky-blue-400: #6FDCC1;
--sky-blue-500: #46D2AF;
--sky-blue-600: #2CB592;
--sky-blue-700: #239074;
--sky-blue-800: #196753;
--sky-blue-900: #104235;
--sky-blue-950: #0A2921;
}