Sky Blue
#A9DADF
CyanColor Codes
All color formats for development
HEX
#A9DADFRGB
rgb(169, 218, 223)HSL
hsl(186, 46%, 77%)OKLCH
oklch(0.856 0.051 204)CMYK
cmyk(24%, 2%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DCED5
2#70C1CA
3#53B5C0
4#40A1AC
5#35868F
6#2A6B73
7#205156
8#153639
9#0B1B1D
Tints
Lighter variations
1#B2DEE2
2#BAE1E6
3#C3E5E9
4#CCE9EC
5#D4ECEF
6#DDF0F2
7#E5F4F5
8#EEF8F9
9#F6FBFC
Tones
Muted variations
1#ACD8DD
2#AFD6DA
3#B1D3D7
4#B4D1D5
5#B7CFD2
6#BACDCF
7#BCCBCC
8#BFC9CA
9#C2C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DA #A9DADF | BordersInactive statesPlaceholder text |
| 400 | 7DC7 #7DC7CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B6 #57B6C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D99 #3D99A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307A #307A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2257 #22575D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1638 #16383C | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F5;
--sky-blue-200: #CFEAED;
--sky-blue-300: #A9DADF;
--sky-blue-400: #7DC7CF;
--sky-blue-500: #57B6C1;
--sky-blue-600: #3D99A4;
--sky-blue-700: #307A82;
--sky-blue-800: #22575D;
--sky-blue-900: #16383C;
--sky-blue-950: #0E2325;
}