Sky Blue
#A9D8DF
CyanColor Codes
All color formats for development
HEX
#A9D8DFRGB
rgb(169, 216, 223)HSL
hsl(188, 46%, 77%)OKLCH
oklch(0.851 0.05 207.5)CMYK
cmyk(24%, 3%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DCBD5
2#70BECA
3#53B1C0
4#409EAC
5#35838F
6#2A6973
7#204F56
8#153539
9#0B1A1D
Tints
Lighter variations
1#B2DCE2
2#BAE0E6
3#C3E4E9
4#CCE8EC
5#D4ECEF
6#DDEFF2
7#E5F3F5
8#EEF7F9
9#F6FBFC
Tones
Muted variations
1#ACD6DD
2#AFD4DA
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 | A9D8 #A9D8DF | BordersInactive statesPlaceholder text |
| 400 | 7DC4 #7DC4CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B3 #57B3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D96 #3D96A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3077 #307782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373C | 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: #A9D8DF;
--sky-blue-400: #7DC4CF;
--sky-blue-500: #57B3C1;
--sky-blue-600: #3D96A4;
--sky-blue-700: #307782;
--sky-blue-800: #22555D;
--sky-blue-900: #16373C;
--sky-blue-950: #0E2225;
}