Sky Blue
#AAC8DF
BlueColor Codes
All color formats for development
HEX
#AAC8DFRGB
rgb(170, 200, 223)HSL
hsl(206, 45%, 77%)OKLCH
oklch(0.818 0.046 241.2)CMYK
cmyk(24%, 10%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DB5D4
2#71A3C9
3#5590BE
4#417DAB
5#36688E
6#2B5372
7#203E55
8#162A39
9#0B151C
Tints
Lighter variations
1#B2CDE2
2#BBD3E5
3#C3D8E8
4#CCDEEC
5#D4E3EF
6#DDE9F2
7#E5EEF5
8#EEF4F9
9#F6F9FC
Tones
Muted variations
1#ADC8DC
2#AFC7D9
3#B2C7D7
4#B5C6D4
5#B7C6D2
6#BAC6CF
7#BCC5CC
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 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC8 #AAC8DF | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCE | Disabled statesSecondary iconsMuted text |
| 500 | 5993 #5993C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E77 #3E77A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315F #315F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2344 #23445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF5;
--sky-blue-200: #CFE0ED;
--sky-blue-300: #AAC8DF;
--sky-blue-400: #7EABCE;
--sky-blue-500: #5993C0;
--sky-blue-600: #3E77A3;
--sky-blue-700: #315F81;
--sky-blue-800: #23445C;
--sky-blue-900: #162B3B;
--sky-blue-950: #0E1B25;
}