Sky Blue
#AAD1DF
BlueColor Codes
All color formats for development
HEX
#AAD1DFRGB
rgb(170, 209, 223)HSL
hsl(196, 45%, 77%)OKLCH
oklch(0.837 0.046 221.7)CMYK
cmyk(24%, 6%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC1D4
2#71B2C9
3#55A2BE
4#418FAB
5#36778E
6#2B5F72
7#204755
8#163039
9#0B181C
Tints
Lighter variations
1#B2D5E2
2#BBDAE5
3#C3DFE8
4#CCE3EC
5#D4E8EF
6#DDECF2
7#E5F1F5
8#EEF6F9
9#F6FAFC
Tones
Muted variations
1#ADCFDC
2#AFCED9
3#B2CDD7
4#B5CCD4
5#B7CBD2
6#BAC9CF
7#BCC8CC
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 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD1 #AAD1DF | BordersInactive statesPlaceholder text |
| 400 | 7EB8 #7EB8CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A4 #59A4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E88 #3E88A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316C #316C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234D #234D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | 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: #CFE5ED;
--sky-blue-300: #AAD1DF;
--sky-blue-400: #7EB8CE;
--sky-blue-500: #59A4C0;
--sky-blue-600: #3E88A3;
--sky-blue-700: #316C81;
--sky-blue-800: #234D5C;
--sky-blue-900: #16313B;
--sky-blue-950: #0E1F25;
}