Sky Blue
#A2DFE7
CyanColor Codes
All color formats for development
HEX
#A2DFE7RGB
rgb(162, 223, 231)HSL
hsl(187, 59%, 77%)OKLCH
oklch(0.865 0.063 206.2)CMYK
cmyk(30%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83D4DF
2#63C9D7
3#44BFCF
4#30ABBB
5#288F9C
6#20727D
7#18565E
8#10393E
9#081D1F
Tints
Lighter variations
1#ABE2E9
2#B4E5EC
3#BEE9EE
4#C7ECF1
5#D0EFF3
6#DAF2F5
7#E3F5F8
8#ECF9FA
9#F6FCFD
Tones
Muted variations
1#A5DCE3
2#A9DAE0
3#ACD7DD
4#B0D4D9
5#B3D2D6
6#B7CFD2
7#BACCCF
8#BDCACB
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 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DF #A2DFE7 | BordersInactive statesPlaceholder text |
| 400 | 71CE #71CEDA | Disabled statesSecondary iconsMuted text |
| 500 | 49C0 #49C0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA3 #2EA3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2582 #25828E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113B #113B41 | 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: #CAEDF1;
--sky-blue-300: #A2DFE7;
--sky-blue-400: #71CEDA;
--sky-blue-500: #49C0D0;
--sky-blue-600: #2EA3B2;
--sky-blue-700: #25828E;
--sky-blue-800: #1A5D65;
--sky-blue-900: #113B41;
--sky-blue-950: #0A2529;
}