Sky Blue
#A9CCDF
BlueColor Codes
All color formats for development
HEX
#A9CCDFRGB
rgb(169, 204, 223)HSL
hsl(201, 46%, 77%)OKLCH
oklch(0.826 0.046 231.8)CMYK
cmyk(24%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DBCD5
2#70ABCA
3#539AC0
4#4086AC
5#35708F
6#2A5973
7#204356
8#152D39
9#0B161D
Tints
Lighter variations
1#B2D1E2
2#BAD7E6
3#C3DCE9
4#CCE1EC
5#D4E6EF
6#DDEBF2
7#E5F0F5
8#EEF5F9
9#F6FAFC
Tones
Muted variations
1#ACCCDD
2#AFCBDA
3#B1CAD7
4#B4C9D5
5#B7C8D2
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 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB2 #7DB2CF | Disabled statesSecondary iconsMuted text |
| 500 | 579C #579CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D80 #3D80A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3066 #306682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2249 #22495D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | 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: #CFE2ED;
--sky-blue-300: #A9CCDF;
--sky-blue-400: #7DB2CF;
--sky-blue-500: #579CC1;
--sky-blue-600: #3D80A4;
--sky-blue-700: #306682;
--sky-blue-800: #22495D;
--sky-blue-900: #162E3C;
--sky-blue-950: #0E1D25;
}