Sky Blue
#A1E8E3
CyanColor Codes
All color formats for development
HEX
#A1E8E3RGB
rgb(161, 232, 227)HSL
hsl(176, 61%, 77%)OKLCH
oklch(0.883 0.071 190.4)CMYK
cmyk(31%, 0%, 2%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0DA
2#61D9D1
3#42D1C8
4#2EBEB4
5#269E96
6#1F7E78
7#175F5A
8#0F3F3C
9#08201E
Tints
Lighter variations
1#AAEAE6
2#B3EDE9
3#BDEFEC
4#C6F1EE
5#D0F4F1
6#D9F6F4
7#E3F8F7
8#ECFAF9
9#F6FDFC
Tones
Muted variations
1#A4E5E0
2#A8E1DD
3#ABDDDA
4#AFDAD7
5#B2D6D4
6#B6D3D1
7#BACFCE
8#BDCCCB
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | 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: #F3FCFB;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #CAF2EF;
--sky-blue-300: #A1E8E3;
--sky-blue-400: #6FDCD5;
--sky-blue-500: #46D2C9;
--sky-blue-600: #2CB5AC;
--sky-blue-700: #239088;
--sky-blue-800: #196761;
--sky-blue-900: #10423E;
--sky-blue-950: #0A2927;
}