Sky Blue
#A3E6DB
CyanColor Codes
All color formats for development
HEX
#A3E6DBRGB
rgb(163, 230, 219)HSL
hsl(170, 57%, 77%)OKLCH
oklch(0.877 0.069 183.4)CMYK
cmyk(29%, 0%, 5%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84DDCE
2#65D5C2
3#46CCB6
4#33B9A3
5#2A9A87
6#227B6C
7#195C51
8#113E36
9#081F1B
Tints
Lighter variations
1#ACE8DE
2#B5EBE2
3#BFEDE6
4#C8F0E9
5#D1F2ED
6#DAF5F0
7#E3F7F4
8#EDFAF8
9#F6FCFB
Tones
Muted variations
1#A6E2D8
2#AADFD6
3#ADDCD4
4#B0D8D2
5#B4D5CF
6#B7D2CD
7#BACECB
8#BECBC9
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DB | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C8 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124038 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F7F4;
--sky-blue-200: #CBF1EA;
--sky-blue-300: #A3E6DB;
--sky-blue-400: #73D9C8;
--sky-blue-500: #4BCEB8;
--sky-blue-600: #30B09B;
--sky-blue-700: #268C7B;
--sky-blue-800: #1B6458;
--sky-blue-900: #124038;
--sky-blue-950: #0B2823;
}