Sky Blue
#A6DAE2
CyanColor Codes
All color formats for development
HEX
#A6DAE2RGB
rgb(166, 218, 226)HSL
hsl(188, 51%, 77%)OKLCH
oklch(0.855 0.055 207.9)CMYK
cmyk(27%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89CED9
2#6BC2CF
3#4DB5C5
4#3AA2B2
5#308794
6#266C77
7#1D5159
8#13363B
9#0A1B1E
Tints
Lighter variations
1#AFDEE5
2#B8E2E8
3#C1E5EB
4#CAE9EE
5#D3EDF1
6#DCF0F4
7#E4F4F6
8#EDF8F9
9#F6FBFC
Tones
Muted variations
1#A9D8DF
2#ACD6DC
3#AFD4D9
4#B2D2D6
5#B5CFD3
6#B8CDD0
7#BBCBCD
8#BEC9CA
9#C1C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DA #A6DAE2 | BordersInactive statesPlaceholder text |
| 400 | 78C7 #78C7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B7 #52B7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379A #379AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7B #2C7B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F58 #1F5860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F4F6;
--sky-blue-200: #CDEAEF;
--sky-blue-300: #A6DAE2;
--sky-blue-400: #78C7D3;
--sky-blue-500: #52B7C7;
--sky-blue-600: #379AA9;
--sky-blue-700: #2C7B87;
--sky-blue-800: #1F5860;
--sky-blue-900: #14383E;
--sky-blue-950: #0C2327;
}