Sky Blue
#A1E8E8
CyanColor Codes
All color formats for development
HEX
#A1E8E8RGB
rgb(161, 232, 232)HSL
hsl(180, 61%, 77%)OKLCH
oklch(0.884 0.071 195.9)CMYK
cmyk(31%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0E0
2#61D9D9
3#42D1D1
4#2EBEBE
5#269E9E
6#1F7E7E
7#175F5F
8#0F3F3F
9#082020
Tints
Lighter variations
1#AAEAEA
2#B3EDED
3#BDEFEF
4#C6F1F1
5#D0F4F4
6#D9F6F6
7#E3F8F8
8#ECFAFA
9#F6FDFD
Tones
Muted variations
1#A4E5E5
2#A8E1E1
3#ABDDDD
4#AFDADA
5#B2D6D6
6#B6D3D3
7#BACFCF
8#BDCCCC
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #CAF2F2;
--sky-blue-300: #A1E8E8;
--sky-blue-400: #6FDCDC;
--sky-blue-500: #46D2D2;
--sky-blue-600: #2CB5B5;
--sky-blue-700: #239090;
--sky-blue-800: #196767;
--sky-blue-900: #104242;
--sky-blue-950: #0A2929;
}