Sky Blue
#70DBBD
GreenColor Codes
All color formats for development
HEX
#70DBBDRGB
rgb(112, 219, 189)HSL
hsl(163, 60%, 65%)OKLCH
oklch(0.819 0.109 173)CMYK
cmyk(49%, 0%, 14%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5B1
2#3BCEA4
3#2EBA92
4#289F7D
5#218568
6#1B6A54
7#14503F
8#0D352A
9#071B15
Tints
Lighter variations
1#7EDFC4
2#8DE2CA
3#9BE6D1
4#A9EAD7
5#B8EDDE
6#C6F1E5
7#D4F4EB
8#E2F8F2
9#F1FBF8
Tones
Muted variations
1#76D6BB
2#7BD1B8
3#80CBB6
4#86C6B4
5#8BC1B1
6#90BBAF
7#96B6AD
8#9BB0AA
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBBD | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB48D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104133 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F2;
--sky-blue-200: #CAF2E6;
--sky-blue-300: #A1E8D4;
--sky-blue-400: #70DBBD;
--sky-blue-500: #47D1AA;
--sky-blue-600: #2DB48D;
--sky-blue-700: #248F70;
--sky-blue-800: #1A6650;
--sky-blue-900: #104133;
--sky-blue-950: #0A2920;
}