Sky Blue
#A2DDE7
CyanColor Codes
All color formats for development
HEX
#A2DDE7RGB
rgb(162, 221, 231)HSL
hsl(189, 59%, 77%)OKLCH
oklch(0.861 0.062 209.1)CMYK
cmyk(30%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83D1DF
2#63C6D7
3#44BACF
4#30A6BB
5#288B9C
6#206F7D
7#18535E
8#10373E
9#081C1F
Tints
Lighter variations
1#ABE0E9
2#B4E3EC
3#BEE7EE
4#C7EAF1
5#D0EEF3
6#DAF1F5
7#E3F5F8
8#ECF8FA
9#F6FCFD
Tones
Muted variations
1#A5DAE3
2#A9D8E0
3#ACD5DD
4#B0D3D9
5#B3D0D6
6#B7CED2
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 | A2DD #A2DDE7 | BordersInactive statesPlaceholder text |
| 400 | 71CB #71CBDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BC #49BCD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9F #2E9FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257E #257E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5A #1A5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | 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: #A2DDE7;
--sky-blue-400: #71CBDA;
--sky-blue-500: #49BCD0;
--sky-blue-600: #2E9FB2;
--sky-blue-700: #257E8E;
--sky-blue-800: #1A5A65;
--sky-blue-900: #113A41;
--sky-blue-950: #0A2429;
}