Sky Blue
#AAD3DF
CyanColor Codes
All color formats for development
HEX
#AAD3DFRGB
rgb(170, 211, 223)HSL
hsl(194, 45%, 77%)OKLCH
oklch(0.841 0.046 217.5)CMYK
cmyk(24%, 5%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC4D4
2#71B5C9
3#55A6BE
4#4192AB
5#367A8E
6#2B6172
7#204955
8#163139
9#0B181C
Tints
Lighter variations
1#B2D7E2
2#BBDBE5
3#C3E0E8
4#CCE4EC
5#D4E9EF
6#DDEDF2
7#E5F2F5
8#EEF6F9
9#F6FBFC
Tones
Muted variations
1#ADD1DC
2#AFD0D9
3#B2CED7
4#B5CDD4
5#B7CBD2
6#BACACF
7#BCC9CC
8#BFC7CA
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59A8 #59A8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8B #3E8BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316F #316F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234F #234F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F1F5;
--sky-blue-200: #CFE6ED;
--sky-blue-300: #AAD2DF;
--sky-blue-400: #7EBBCE;
--sky-blue-500: #59A8C0;
--sky-blue-600: #3E8BA3;
--sky-blue-700: #316F81;
--sky-blue-800: #234F5C;
--sky-blue-900: #16333B;
--sky-blue-950: #0E2025;
}