Sky Blue
#ADDBDC
CyanColor Codes
All color formats for development
HEX
#ADDBDCRGB
rgb(173, 219, 220)HSL
hsl(181, 40%, 77%)OKLCH
oklch(0.859 0.048 198)CMYK
cmyk(21%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91CFD0
2#76C3C4
3#5AB7B8
4#47A3A5
5#3B8889
6#2F6D6E
7#235252
8#183637
9#0C1B1B
Tints
Lighter variations
1#B5DFDF
2#BDE2E3
3#C6E6E6
4#CEE9EA
5#D6EDED
6#DEF1F1
7#E6F4F4
8#EFF8F8
9#F7FBFB
Tones
Muted variations
1#AFD9D9
2#B2D6D7
3#B4D4D5
4#B6D2D2
5#B9D0D0
6#BBCDCE
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 | ADDB #ADDBDC | BordersInactive statesPlaceholder text |
| 400 | 82C8 #82C8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB9 #5EB9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439C #439C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #265859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | 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: #D1EBEB;
--sky-blue-300: #ADDBDC;
--sky-blue-400: #82C8C9;
--sky-blue-500: #5EB9BA;
--sky-blue-600: #439C9D;
--sky-blue-700: #367C7D;
--sky-blue-800: #265859;
--sky-blue-900: #183939;
--sky-blue-950: #0F2324;
}