Sky Blue
#A2DEE7
CyanColor Codes
All color formats for development
HEX
#A2DEE7RGB
rgb(162, 222, 231)HSL
hsl(188, 59%, 77%)OKLCH
oklch(0.863 0.062 207.6)CMYK
cmyk(30%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83D3DF
2#63C7D7
3#44BCCF
4#30A9BB
5#288D9C
6#20717D
7#18545E
8#10383E
9#081C1F
Tints
Lighter variations
1#ABE1E9
2#B4E4EC
3#BEE8EE
4#C7EBF1
5#D0EEF3
6#DAF2F5
7#E3F5F8
8#ECF8FA
9#F6FCFD
Tones
Muted variations
1#A5DBE3
2#A9D9E0
3#ACD6DD
4#B0D4D9
5#B3D1D6
6#B7CFD2
7#BACCCF
8#BDC9CB
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DE #A2DEE7 | BordersInactive statesPlaceholder text |
| 400 | 71CC #71CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BE #49BED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA1 #2EA1B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2580 #25808E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F5F8;
--sky-blue-200: #CAECF1;
--sky-blue-300: #A2DEE7;
--sky-blue-400: #71CCDA;
--sky-blue-500: #49BED0;
--sky-blue-600: #2EA1B2;
--sky-blue-700: #25808E;
--sky-blue-800: #1A5B65;
--sky-blue-900: #113A41;
--sky-blue-950: #0A2529;
}