Sky Blue
#A6C5E2
BlueColor Codes
All color formats for development
HEX
#A6C5E2RGB
rgb(166, 197, 226)HSL
hsl(209, 51%, 77%)OKLCH
oklch(0.81 0.053 246.7)CMYK
cmyk(27%, 13%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89B2D9
2#6B9FCF
3#4D8BC5
4#3A78B2
5#306494
6#265077
7#1D3C59
8#13283B
9#0A141E
Tints
Lighter variations
1#AFCBE5
2#B8D1E8
3#C1D7EB
4#CADCEE
5#D3E2F1
6#DCE8F4
7#E4EEF6
8#EDF3F9
9#F6F9FC
Tones
Muted variations
1#A9C5DF
2#ACC5DC
3#AFC5D9
4#B2C5D6
5#B5C5D3
6#B8C5D0
7#BBC5CD
8#BEC5CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C5 #A6C5E2 | BordersInactive statesPlaceholder text |
| 400 | 78A7 #78A7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528E #528EC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3772 #3772A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5B #2C5B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F41 #1F4160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CDDEEF;
--sky-blue-300: #A6C5E2;
--sky-blue-400: #78A7D3;
--sky-blue-500: #528EC7;
--sky-blue-600: #3772A9;
--sky-blue-700: #2C5B87;
--sky-blue-800: #1F4160;
--sky-blue-900: #14293E;
--sky-blue-950: #0C1A27;
}