Sky Blue
#AACCDF
BlueColor Codes
All color formats for development
HEX
#AACCDFRGB
rgb(170, 204, 223)HSL
hsl(202, 45%, 77%)OKLCH
oklch(0.827 0.045 232.5)CMYK
cmyk(24%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DBAD4
2#71A9C9
3#5598BE
4#4184AB
5#366E8E
6#2B5872
7#204255
8#162C39
9#0B161C
Tints
Lighter variations
1#B2D1E2
2#BBD6E5
3#C3DBE8
4#CCE0EC
5#D4E5EF
6#DDEAF2
7#E5F0F5
8#EEF5F9
9#F6FAFC
Tones
Muted variations
1#ADCBDC
2#AFCAD9
3#B2C9D7
4#B5C9D4
5#B7C8D2
6#BAC7CF
7#BCC6CC
8#BFC6CA
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 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACB #AACBDF | BordersInactive statesPlaceholder text |
| 400 | 7EB0 #7EB0CE | Disabled statesSecondary iconsMuted text |
| 500 | 599A #599AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7E #3E7EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3164 #316481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2347 #23475C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | 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: #CFE2ED;
--sky-blue-300: #AACBDF;
--sky-blue-400: #7EB0CE;
--sky-blue-500: #599AC0;
--sky-blue-600: #3E7EA3;
--sky-blue-700: #316481;
--sky-blue-800: #23475C;
--sky-blue-900: #162E3B;
--sky-blue-950: #0E1D25;
}