Sky Blue
#A6E2E2
CyanColor Codes
All color formats for development
HEX
#A6E2E2RGB
rgb(166, 226, 226)HSL
hsl(180, 51%, 77%)OKLCH
oklch(0.872 0.061 196.1)CMYK
cmyk(27%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89D9D9
2#6BCFCF
3#4DC5C5
4#3AB2B2
5#309494
6#267777
7#1D5959
8#133B3B
9#0A1E1E
Tints
Lighter variations
1#AFE5E5
2#B8E8E8
3#C1EBEB
4#CAEEEE
5#D3F1F1
6#DCF4F4
7#E4F6F6
8#EDF9F9
9#F6FCFC
Tones
Muted variations
1#A9DFDF
2#ACDCDC
3#AFD9D9
4#B2D6D6
5#B5D3D3
6#B8D0D0
7#BBCDCD
8#BECACA
9#C1C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E2 #A6E2E2 | BordersInactive statesPlaceholder text |
| 400 | 78D3 #78D3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52C7 #52C7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 37A9 #37A9A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C87 #2C8787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F60 #1F6060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFB;
--sky-blue-100: #E4F6F6;
--sky-blue-200: #CDEFEF;
--sky-blue-300: #A6E2E2;
--sky-blue-400: #78D3D3;
--sky-blue-500: #52C7C7;
--sky-blue-600: #37A9A9;
--sky-blue-700: #2C8787;
--sky-blue-800: #1F6060;
--sky-blue-900: #143E3E;
--sky-blue-950: #0C2727;
}