Sky Blue
#70DBC4
CyanColor Codes
All color formats for development
HEX
#70DBC4RGB
rgb(112, 219, 196)HSL
hsl(167, 60%, 65%)OKLCH
oklch(0.821 0.105 177.7)CMYK
cmyk(49%, 0%, 11%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5B9
2#3BCEAE
3#2EBA9B
4#289F85
5#21856F
6#1B6A59
7#145043
8#0D352C
9#071B16
Tints
Lighter variations
1#7EDFCA
2#8DE2D0
3#9BE6D6
4#A9EADC
5#B8EDE2
6#C6F1E7
7#D4F4ED
8#E2F8F3
9#F1FBF9
Tones
Muted variations
1#76D6C1
2#7BD1BE
3#80CBBB
4#86C6B8
5#8BC1B5
6#90BBB2
7#96B6AF
8#9BB0AC
9#A0ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB496 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F3;
--sky-blue-200: #CAF2E9;
--sky-blue-300: #A1E8D8;
--sky-blue-400: #70DBC4;
--sky-blue-500: #47D1B3;
--sky-blue-600: #2DB496;
--sky-blue-700: #248F78;
--sky-blue-800: #1A6655;
--sky-blue-900: #104137;
--sky-blue-950: #0A2922;
}