Sky Blue
#A6DBE2
CyanColor Codes
All color formats for development
HEX
#A6DBE2RGB
rgb(166, 219, 226)HSL
hsl(187, 51%, 77%)OKLCH
oklch(0.857 0.055 206.3)CMYK
cmyk(27%, 3%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89CFD9
2#6BC3CF
3#4DB7C5
4#3AA4B2
5#308994
6#266D77
7#1D5259
8#13373B
9#0A1B1E
Tints
Lighter variations
1#AFDFE5
2#B8E2E8
3#C1E6EB
4#CAEAEE
5#D3EDF1
6#DCF1F4
7#E4F4F6
8#EDF8F9
9#F6FBFC
Tones
Muted variations
1#A9D9DF
2#ACD7DC
3#AFD4D9
4#B2D2D6
5#B5D0D3
6#B8CED0
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 | CDEB #CDEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DB #A6DBE2 | BordersInactive statesPlaceholder text |
| 400 | 78C9 #78C9D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B9 #52B9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379C #379CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7C #2C7C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F59 #1F5960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | 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: #CDEBEF;
--sky-blue-300: #A6DBE2;
--sky-blue-400: #78C9D3;
--sky-blue-500: #52B9C7;
--sky-blue-600: #379CA9;
--sky-blue-700: #2C7C87;
--sky-blue-800: #1F5960;
--sky-blue-900: #14393E;
--sky-blue-950: #0C2327;
}