Sky Blue
#A1E8E0
CyanColor Codes
All color formats for development
HEX
#A1E8E0RGB
rgb(161, 232, 224)HSL
hsl(173, 61%, 77%)OKLCH
oklch(0.882 0.072 187.1)CMYK
cmyk(31%, 0%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0D5
2#61D9CB
3#42D1C0
4#2EBEAD
5#269E90
6#1F7E73
7#175F56
8#0F3F3A
9#08201D
Tints
Lighter variations
1#AAEAE3
2#B3EDE6
3#BDEFE9
4#C6F1EC
5#D0F4EF
6#D9F6F3
7#E3F8F6
8#ECFAF9
9#F6FDFC
Tones
Muted variations
1#A4E5DD
2#A8E1DA
3#ABDDD8
4#AFDAD5
5#B2D6D2
6#B6D3CF
7#BACFCD
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 #A1E8E0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239083 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423C | 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: #A1E8E0;
--sky-blue-400: #6FDCCF;
--sky-blue-500: #46D2C2;
--sky-blue-600: #2CB5A5;
--sky-blue-700: #239083;
--sky-blue-800: #19675E;
--sky-blue-900: #10423C;
--sky-blue-950: #0A2925;
}