Sky Blue
#AADEDF
CyanColor Codes
All color formats for development
HEX
#AADEDFRGB
rgb(170, 222, 223)HSL
hsl(181, 45%, 77%)OKLCH
oklch(0.865 0.053 197.7)CMYK
cmyk(24%, 0%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DD3D4
2#71C8C9
3#55BDBE
4#41A9AB
5#368D8E
6#2B7172
7#205555
8#163839
9#0B1C1C
Tints
Lighter variations
1#B2E1E2
2#BBE4E5
3#C3E8E8
4#CCEBEC
5#D4EEEF
6#DDF2F2
7#E5F5F5
8#EEF8F9
9#F6FCFC
Tones
Muted variations
1#ADDBDC
2#AFD9D9
3#B2D6D7
4#B5D4D4
5#B7D1D2
6#BACFCF
7#BCCCCC
8#BFC9CA
9#C2C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEC #CFECED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADE #AADEDF | BordersInactive statesPlaceholder text |
| 400 | 7ECD #7ECDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59BE #59BEC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA1 #3EA1A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3180 #318081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235B #235B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E5F5F5;
--sky-blue-200: #CFECED;
--sky-blue-300: #AADEDF;
--sky-blue-400: #7ECDCE;
--sky-blue-500: #59BEC0;
--sky-blue-600: #3EA1A3;
--sky-blue-700: #318081;
--sky-blue-800: #235B5C;
--sky-blue-900: #163B3B;
--sky-blue-950: #0E2525;
}