Sky Blue
#ADDADC
CyanColor Codes
All color formats for development
HEX
#ADDADCRGB
rgb(173, 218, 220)HSL
hsl(183, 40%, 77%)OKLCH
oklch(0.857 0.047 199.7)CMYK
cmyk(21%, 1%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91CDD0
2#76C0C4
3#5AB4B8
4#47A0A5
5#3B8689
6#2F6B6E
7#235052
8#183537
9#0C1B1B
Tints
Lighter variations
1#B5DDDF
2#BDE1E3
3#C6E5E6
4#CEE8EA
5#D6ECED
6#DEF0F1
7#E6F4F4
8#EFF7F8
9#F7FBFB
Tones
Muted variations
1#AFD7D9
2#B2D5D7
3#B4D3D5
4#B6D1D2
5#B9CFD0
6#BBCDCE
7#BDCBCB
8#C0C9C9
9#C2C6C7
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 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C6 #82C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB6 #5EB6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4399 #43999D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #265759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | 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: #D1EAEB;
--sky-blue-300: #ADD9DC;
--sky-blue-400: #82C6C9;
--sky-blue-500: #5EB6BA;
--sky-blue-600: #43999D;
--sky-blue-700: #36797D;
--sky-blue-800: #265759;
--sky-blue-900: #183739;
--sky-blue-950: #0F2324;
}