Sky Blue
#AACADF
BlueColor Codes
All color formats for development
HEX
#AACADFRGB
rgb(170, 202, 223)HSL
hsl(204, 45%, 77%)OKLCH
oklch(0.822 0.045 236.9)CMYK
cmyk(24%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DB8D4
2#71A6C9
3#5594BE
4#4180AB
5#366B8E
6#2B5672
7#204055
8#162B39
9#0B151C
Tints
Lighter variations
1#B2CFE2
2#BBD4E5
3#C3DAE8
4#CCDFEC
5#D4E4EF
6#DDEAF2
7#E5EFF5
8#EEF4F9
9#F6FAFC
Tones
Muted variations
1#ADC9DC
2#AFC9D9
3#B2C8D7
4#B5C8D4
5#B7C7D2
6#BAC6CF
7#BCC6CC
8#BFC5CA
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACA #AACADF | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECE | Disabled statesSecondary iconsMuted text |
| 500 | 5997 #5997C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7A #3E7AA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3161 #316181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2345 #23455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EFF5;
--sky-blue-200: #CFE1ED;
--sky-blue-300: #AACADF;
--sky-blue-400: #7EAECE;
--sky-blue-500: #5997C0;
--sky-blue-600: #3E7AA3;
--sky-blue-700: #316181;
--sky-blue-800: #23455C;
--sky-blue-900: #162C3B;
--sky-blue-950: #0E1C25;
}