Sky Blue
#ACDBDC
CyanColor Codes
All color formats for development
HEX
#ACDBDCRGB
rgb(172, 219, 220)HSL
hsl(181, 41%, 77%)OKLCH
oklch(0.859 0.049 197.9)CMYK
cmyk(22%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91D0D1
2#75C4C5
3#59B8BA
4#46A5A6
5#3A898A
6#2E6E6F
7#235253
8#173737
9#0C1B1C
Tints
Lighter variations
1#B5DFE0
2#BDE3E3
3#C5E6E7
4#CDEAEA
5#D6EDEE
6#DEF1F1
7#E6F4F5
8#EEF8F8
9#F7FBFC
Tones
Muted variations
1#AFD9DA
2#B1D7D8
3#B4D5D5
4#B6D2D3
5#B8D0D0
6#BBCECE
7#BDCBCC
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 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81C9 #81C9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBA #5DBABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429D #429D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357D #357D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #26595A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | 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: #D0EBEB;
--sky-blue-300: #ACDCDC;
--sky-blue-400: #81C9CA;
--sky-blue-500: #5DBABB;
--sky-blue-600: #429D9E;
--sky-blue-700: #357D7E;
--sky-blue-800: #26595A;
--sky-blue-900: #18393A;
--sky-blue-950: #0F2424;
}