Sky Blue
#A2E6E6
CyanColor Codes
All color formats for development
HEX
#A2E6E6RGB
rgb(162, 230, 230)HSL
hsl(180, 58%, 77%)OKLCH
oklch(0.88 0.068 196)CMYK
cmyk(30%, 0%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEDE
2#64D6D6
3#45CECE
4#31BABA
5#299B9B
6#217C7C
7#195D5D
8#103E3E
9#081F1F
Tints
Lighter variations
1#ACE9E9
2#B5EBEB
3#BEEEEE
4#C7F0F0
5#D1F3F3
6#DAF5F5
7#E3F8F8
8#ECFAFA
9#F6FDFD
Tones
Muted variations
1#A6E3E3
2#A9E0E0
3#ADDCDC
4#B0D9D9
5#B3D5D5
6#B7D2D2
7#BACFCF
8#BECBCB
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F8F8;
--sky-blue-200: #CBF1F1;
--sky-blue-300: #A2E6E6;
--sky-blue-400: #72DADA;
--sky-blue-500: #4ACFCF;
--sky-blue-600: #2FB1B1;
--sky-blue-700: #258D8D;
--sky-blue-800: #1B6565;
--sky-blue-900: #114040;
--sky-blue-950: #0B2828;
}