Sky Blue
#A2E7E7
CyanColor Codes
All color formats for development
HEX
#A2E7E7RGB
rgb(162, 231, 231)HSL
hsl(180, 59%, 77%)OKLCH
oklch(0.882 0.069 196)CMYK
cmyk(30%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFDF
2#63D7D7
3#44CFCF
4#30BBBB
5#289C9C
6#207D7D
7#185E5E
8#103E3E
9#081F1F
Tints
Lighter variations
1#ABE9E9
2#B4ECEC
3#BEEEEE
4#C7F1F1
5#D0F3F3
6#DAF5F5
7#E3F8F8
8#ECFAFA
9#F6FDFD
Tones
Muted variations
1#A5E3E3
2#A9E0E0
3#ACDDDD
4#B0D9D9
5#B3D6D6
6#B7D2D2
7#BACFCF
8#BDCBCB
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 | CAF1 #CAF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DADA | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114141 | 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: #E3F8F8;
--sky-blue-200: #CAF1F1;
--sky-blue-300: #A2E7E7;
--sky-blue-400: #71DADA;
--sky-blue-500: #49D0D0;
--sky-blue-600: #2EB2B2;
--sky-blue-700: #258E8E;
--sky-blue-800: #1A6565;
--sky-blue-900: #114141;
--sky-blue-950: #0A2929;
}