Sky Blue
#70DBB8
GreenColor Codes
All color formats for development
HEX
#70DBB8RGB
rgb(112, 219, 184)HSL
hsl(160, 60%, 65%)OKLCH
oklch(0.818 0.112 169.8)CMYK
cmyk(49%, 0%, 16%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5AA
2#3BCE9D
3#2EBA8B
4#289F77
5#218563
6#1B6A50
7#14503C
8#0D3528
9#071B14
Tints
Lighter variations
1#7EDFBF
2#8DE2C6
3#9BE6CD
4#A9EAD4
5#B8EDDB
6#C6F1E2
7#D4F4EA
8#E2F8F1
9#F1FBF8
Tones
Muted variations
1#76D6B6
2#7BD1B4
3#80CBB2
4#86C6B0
5#8BC1AF
6#90BBAD
7#96B6AB
8#9BB0A9
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104131 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F1;
--sky-blue-200: #CAF2E4;
--sky-blue-300: #A1E8D0;
--sky-blue-400: #70DBB8;
--sky-blue-500: #47D1A3;
--sky-blue-600: #2DB487;
--sky-blue-700: #248F6B;
--sky-blue-800: #1A664C;
--sky-blue-900: #104131;
--sky-blue-950: #0A291F;
}