Sky Blue
#AACDDF
BlueColor Codes
All color formats for development
HEX
#AACDDFRGB
rgb(170, 205, 223)HSL
hsl(200, 45%, 77%)OKLCH
oklch(0.829 0.045 230.3)CMYK
cmyk(24%, 8%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DBCD4
2#71ACC9
3#559BBE
4#4187AB
5#36718E
6#2B5A72
7#204455
8#162D39
9#0B171C
Tints
Lighter variations
1#B2D2E2
2#BBD7E5
3#C3DCE8
4#CCE1EC
5#D4E6EF
6#DDEBF2
7#E5F0F5
8#EEF5F9
9#F6FAFC
Tones
Muted variations
1#ADCCDC
2#AFCBD9
3#B2CBD7
4#B5CAD4
5#B7C9D2
6#BAC8CF
7#BCC7CC
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 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACD #AACDDF | BordersInactive statesPlaceholder text |
| 400 | 7EB3 #7EB3CE | Disabled statesSecondary iconsMuted text |
| 500 | 599D #599DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E81 #3E81A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3167 #316781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2349 #23495C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162F #162F3B | 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: #E5F0F5;
--sky-blue-200: #CFE3ED;
--sky-blue-300: #AACDDF;
--sky-blue-400: #7EB3CE;
--sky-blue-500: #599DC0;
--sky-blue-600: #3E81A3;
--sky-blue-700: #316781;
--sky-blue-800: #23495C;
--sky-blue-900: #162F3B;
--sky-blue-950: #0E1D25;
}