Sky Blue
#A9D7DF
CyanColor Codes
All color formats for development
HEX
#A9D7DFRGB
rgb(169, 215, 223)HSL
hsl(189, 46%, 77%)OKLCH
oklch(0.849 0.049 209.3)CMYK
cmyk(24%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DCAD5
2#70BDCA
3#53AFC0
4#409CAC
5#35828F
6#2A6873
7#204E56
8#153439
9#0B1A1D
Tints
Lighter variations
1#B2DBE2
2#BADFE6
3#C3E3E9
4#CCE7EC
5#D4EBEF
6#DDEFF2
7#E5F3F5
8#EEF7F9
9#F6FBFC
Tones
Muted variations
1#ACD5DD
2#AFD3DA
3#B1D2D7
4#B4D0D5
5#B7CED2
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 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D7 #A9D7DF | BordersInactive statesPlaceholder text |
| 400 | 7DC2 #7DC2CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B1 #57B1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D94 #3D94A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3076 #307682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2254 #22545D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | 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: #CFE9ED;
--sky-blue-300: #A9D7DF;
--sky-blue-400: #7DC2CF;
--sky-blue-500: #57B1C1;
--sky-blue-600: #3D94A4;
--sky-blue-700: #307682;
--sky-blue-800: #22545D;
--sky-blue-900: #16363C;
--sky-blue-950: #0E2225;
}