Sky Blue
#A9D6DF
CyanColor Codes
All color formats for development
HEX
#A9D6DFRGB
rgb(169, 214, 223)HSL
hsl(190, 46%, 77%)OKLCH
oklch(0.847 0.049 211.2)CMYK
cmyk(24%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC9D5
2#70BBCA
3#53ADC0
4#409AAC
5#35808F
6#2A6773
7#204D56
8#153339
9#0B1A1D
Tints
Lighter variations
1#B2DAE2
2#BADEE6
3#C3E3E9
4#CCE7EC
5#D4EBEF
6#DDEFF2
7#E5F3F5
8#EEF7F9
9#F6FBFC
Tones
Muted variations
1#ACD5DD
2#AFD3DA
3#B1D1D7
4#B4CFD5
5#B7CDD2
6#BACCCF
7#BCCACC
8#BFC8CA
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D6 #A9D6DF | BordersInactive statesPlaceholder text |
| 400 | 7DC1 #7DC1CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AF #57AFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D93 #3D93A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3075 #307582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2253 #22535D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F3F5;
--sky-blue-200: #CFE8ED;
--sky-blue-300: #A9D6DF;
--sky-blue-400: #7DC1CF;
--sky-blue-500: #57AFC1;
--sky-blue-600: #3D93A4;
--sky-blue-700: #307582;
--sky-blue-800: #22535D;
--sky-blue-900: #16353C;
--sky-blue-950: #0E2125;
}