Sky Blue
#A2D4E6
BlueColor Codes
All color formats for development
HEX
#A2D4E6RGB
rgb(162, 212, 230)HSL
hsl(196, 58%, 77%)OKLCH
oklch(0.841 0.058 222)CMYK
cmyk(30%, 8%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83C6DE
2#64B8D6
3#45A9CE
4#3196BA
5#297D9B
6#21647C
7#194B5D
8#10323E
9#08191F
Tints
Lighter variations
1#ACD9E9
2#B5DDEB
3#BEE1EE
4#C7E5F0
5#D1EAF3
6#DAEEF5
7#E3F2F8
8#ECF6FA
9#F6FBFD
Tones
Muted variations
1#A6D3E3
2#A9D1E0
3#ADCFDC
4#B0CED9
5#B3CCD5
6#B7CBD2
7#BAC9CF
8#BEC8CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D4 #A2D4E6 | BordersInactive statesPlaceholder text |
| 400 | 72BE #72BEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAB #4AABCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8F #2F8FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2571 #25718D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B51 #1B5165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1134 #113440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F2F8;
--sky-blue-200: #CBE7F1;
--sky-blue-300: #A2D4E6;
--sky-blue-400: #72BEDA;
--sky-blue-500: #4AABCF;
--sky-blue-600: #2F8FB1;
--sky-blue-700: #25718D;
--sky-blue-800: #1B5165;
--sky-blue-900: #113440;
--sky-blue-950: #0B2028;
}