Sky Blue
#70DBC2
CyanColor Codes
All color formats for development
HEX
#70DBC2RGB
rgb(112, 219, 194)HSL
hsl(166, 60%, 65%)OKLCH
oklch(0.821 0.106 176.3)CMYK
cmyk(49%, 0%, 11%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5B7
2#3BCEAC
3#2EBA99
4#289F83
5#21856D
6#1B6A58
7#145042
8#0D352C
9#071B16
Tints
Lighter variations
1#7EDFC8
2#8DE2CE
3#9BE6D5
4#A9EADB
5#B8EDE1
6#C6F1E7
7#D4F4ED
8#E2F8F3
9#F1FBF9
Tones
Muted variations
1#76D6BF
2#7BD1BD
3#80CBBA
4#86C6B7
5#8BC1B4
6#90BBB1
7#96B6AE
8#9BB0AB
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 #CAF2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D7 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB494 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6654 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104136 | 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: #CAF2E8;
--sky-blue-300: #A1E8D7;
--sky-blue-400: #70DBC2;
--sky-blue-500: #47D1B1;
--sky-blue-600: #2DB494;
--sky-blue-700: #248F76;
--sky-blue-800: #1A6654;
--sky-blue-900: #104136;
--sky-blue-950: #0A2922;
}