Sky Blue
#A2CEE7
BlueColor Codes
All color formats for development
HEX
#A2CEE7RGB
rgb(162, 206, 231)HSL
hsl(202, 59%, 77%)OKLCH
oklch(0.829 0.058 233.3)CMYK
cmyk(30%, 11%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83BDDF
2#63ACD7
3#449CCF
4#3088BB
5#28729C
6#205B7D
7#18445E
8#102D3E
9#08171F
Tints
Lighter variations
1#ABD3E9
2#B4D7EC
3#BEDCEE
4#C7E1F1
5#D0E6F3
6#DAEBF5
7#E3F0F8
8#ECF5FA
9#F6FAFD
Tones
Muted variations
1#A5CDE3
2#A9CCE0
3#ACCBDD
4#B0CAD9
5#B3C9D6
6#B7C8D2
7#BAC7CF
8#BDC6CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CE #A2CEE7 | BordersInactive statesPlaceholder text |
| 400 | 71B4 #71B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 499E #499ED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E82 #2E82B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F0F8;
--sky-blue-200: #CAE3F1;
--sky-blue-300: #A2CEE7;
--sky-blue-400: #71B4DA;
--sky-blue-500: #499ED0;
--sky-blue-600: #2E82B2;
--sky-blue-700: #25678E;
--sky-blue-800: #1A4A65;
--sky-blue-900: #112F41;
--sky-blue-950: #0A1E29;
}