Sky Blue
#A9DBDF
CyanColor Codes
All color formats for development
HEX
#A9DBDFRGB
rgb(169, 219, 223)HSL
hsl(184, 46%, 77%)OKLCH
oklch(0.858 0.052 202.3)CMYK
cmyk(24%, 2%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DD0D5
2#70C4CA
3#53B8C0
4#40A5AC
5#35898F
6#2A6E73
7#205256
8#153739
9#0B1B1D
Tints
Lighter variations
1#B2DFE2
2#BAE3E6
3#C3E6E9
4#CCEAEC
5#D4EDEF
6#DDF1F2
7#E5F4F5
8#EEF8F9
9#F6FBFC
Tones
Muted variations
1#ACD9DD
2#AFD7DA
3#B1D5D7
4#B4D2D5
5#B7D0D2
6#BACECF
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 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DC #A9DCDF | BordersInactive statesPlaceholder text |
| 400 | 7DC9 #7DC9CF | Disabled statesSecondary iconsMuted text |
| 500 | 57BA #57BAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D9D #3D9DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307D #307D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2259 #22595D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393C | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | 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: #CFEBED;
--sky-blue-300: #A9DCDF;
--sky-blue-400: #7DC9CF;
--sky-blue-500: #57BAC1;
--sky-blue-600: #3D9DA4;
--sky-blue-700: #307D82;
--sky-blue-800: #22595D;
--sky-blue-900: #16393C;
--sky-blue-950: #0E2425;
}