Sky Blue
#A7E2E2
CyanColor Codes
All color formats for development
HEX
#A7E2E2RGB
rgb(167, 226, 226)HSL
hsl(180, 50%, 77%)OKLCH
oklch(0.873 0.06 196.1)CMYK
cmyk(26%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AD8D8
2#6CCECE
3#4FC4C4
4#3BB1B1
5#319393
6#277676
7#1D5858
8#143B3B
9#0A1D1D
Tints
Lighter variations
1#B0E5E5
2#B9E8E8
3#C1EAEA
4#CAEDED
5#D3F0F0
6#DCF3F3
7#E5F6F6
8#EDF9F9
9#F6FCFC
Tones
Muted variations
1#AADFDF
2#ADDCDC
3#B0D9D9
4#B3D6D6
5#B6D3D3
6#B9D0D0
7#BCCDCD
8#BECACA
9#C1C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEE #CDEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7E2 #A7E2E2 | BordersInactive statesPlaceholder text |
| 400 | 79D2 #79D2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53C6 #53C6C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 38A8 #38A8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D86 #2D8686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2060 #206060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143D #143D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E4F6F6;
--sky-blue-200: #CDEEEE;
--sky-blue-300: #A7E2E2;
--sky-blue-400: #79D2D2;
--sky-blue-500: #53C6C6;
--sky-blue-600: #38A8A8;
--sky-blue-700: #2D8686;
--sky-blue-800: #206060;
--sky-blue-900: #143D3D;
--sky-blue-950: #0D2626;
}