Sky Blue
#ADDCDC
CyanColor Codes
All color formats for development
HEX
#ADDCDCRGB
rgb(173, 220, 220)HSL
hsl(180, 40%, 77%)OKLCH
oklch(0.862 0.049 196.3)CMYK
cmyk(21%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91D0D0
2#76C4C4
3#5AB8B8
4#47A5A5
5#3B8989
6#2F6E6E
7#235252
8#183737
9#0C1B1B
Tints
Lighter variations
1#B5DFDF
2#BDE3E3
3#C6E6E6
4#CEEAEA
5#D6EDED
6#DEF1F1
7#E6F4F4
8#EFF8F8
9#F7FBFB
Tones
Muted variations
1#AFD9D9
2#B2D7D7
3#B4D5D5
4#B6D2D2
5#B9D0D0
6#BBCECE
7#BDCBCB
8#C0C9C9
9#C2C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDC #ADDCDC | BordersInactive statesPlaceholder text |
| 400 | 82C9 #82C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EBA #5EBABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439D #439D9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367D #367D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #265959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F4F4;
--sky-blue-200: #D1EBEB;
--sky-blue-300: #ADDCDC;
--sky-blue-400: #82C9C9;
--sky-blue-500: #5EBABA;
--sky-blue-600: #439D9D;
--sky-blue-700: #367D7D;
--sky-blue-800: #265959;
--sky-blue-900: #183939;
--sky-blue-950: #0F2424;
}