Sky Blue
#A1E8E5
CyanColor Codes
All color formats for development
HEX
#A1E8E5RGB
rgb(161, 232, 229)HSL
hsl(177, 61%, 77%)OKLCH
oklch(0.883 0.071 192.6)CMYK
cmyk(31%, 0%, 1%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0DC
2#61D9D3
3#42D1CA
4#2EBEB6
5#269E98
6#1F7E7A
7#175F5B
8#0F3F3D
9#08201E
Tints
Lighter variations
1#AAEAE7
2#B3EDEA
3#BDEFEC
4#C6F1EF
5#D0F4F2
6#D9F6F4
7#E3F8F7
8#ECFAFA
9#F6FDFC
Tones
Muted variations
1#A4E5E1
2#A8E1DE
3#ABDDDB
4#AFDAD8
5#B2D6D4
6#B6D3D1
7#BACFCE
8#BDCCCB
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23908A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #CAF2F0;
--sky-blue-300: #A1E8E5;
--sky-blue-400: #6FDCD7;
--sky-blue-500: #46D2CB;
--sky-blue-600: #2CB5AE;
--sky-blue-700: #23908A;
--sky-blue-800: #196763;
--sky-blue-900: #10423F;
--sky-blue-950: #0A2927;
}