Sky Blue
#A1E8DF
CyanColor Codes
All color formats for development
HEX
#A1E8DFRGB
rgb(161, 232, 223)HSL
hsl(172, 61%, 77%)OKLCH
oklch(0.882 0.072 186.1)CMYK
cmyk(31%, 0%, 4%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0D4
2#61D9C9
3#42D1BE
4#2EBEAB
5#269E8E
6#1F7E72
7#175F55
8#0F3F39
9#08201C
Tints
Lighter variations
1#AAEAE2
2#B3EDE5
3#BDEFE8
4#C6F1EC
5#D0F4EF
6#D9F6F2
7#E3F8F5
8#ECFAF9
9#F6FDFC
Tones
Muted variations
1#A4E5DC
2#A8E1D9
3#ABDDD7
4#AFDAD4
5#B2D6D1
6#B6D3CF
7#BACFCC
8#BDCCCA
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCE | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F5;
--sky-blue-200: #CAF2ED;
--sky-blue-300: #A1E8DF;
--sky-blue-400: #6FDCCE;
--sky-blue-500: #46D2C0;
--sky-blue-600: #2CB5A2;
--sky-blue-700: #239081;
--sky-blue-800: #19675C;
--sky-blue-900: #10423B;
--sky-blue-950: #0A2925;
}