Sky Blue
#A9CADF
BlueColor Codes
All color formats for development
HEX
#A9CADFRGB
rgb(169, 202, 223)HSL
hsl(203, 46%, 77%)OKLCH
oklch(0.822 0.046 236.1)CMYK
cmyk(24%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DB9D5
2#70A8CA
3#5396C0
4#4082AC
5#356D8F
6#2A5773
7#204156
8#152B39
9#0B161D
Tints
Lighter variations
1#B2D0E2
2#BAD5E6
3#C3DAE9
4#CCE0EC
5#D4E5EF
6#DDEAF2
7#E5EFF5
8#EEF5F9
9#F6FAFC
Tones
Muted variations
1#ACCADD
2#AFC9DA
3#B1C9D7
4#B4C8D5
5#B7C7D2
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 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CB #A9CBDF | BordersInactive statesPlaceholder text |
| 400 | 7DAF #7DAFCF | Disabled statesSecondary iconsMuted text |
| 500 | 5799 #5799C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7C #3D7CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3063 #306382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2247 #22475D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | 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: #A9CBDF;
--sky-blue-400: #7DAFCF;
--sky-blue-500: #5799C1;
--sky-blue-600: #3D7CA4;
--sky-blue-700: #306382;
--sky-blue-800: #22475D;
--sky-blue-900: #162D3C;
--sky-blue-950: #0E1C25;
}