Sky Blue
#70DBC6
CyanColor Codes
All color formats for development
HEX
#70DBC6RGB
rgb(112, 219, 198)HSL
hsl(168, 60%, 65%)OKLCH
oklch(0.822 0.104 179.1)CMYK
cmyk(49%, 0%, 10%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5BB
2#3BCEB1
3#2EBA9E
4#289F87
5#218571
6#1B6A5A
7#145044
8#0D352D
9#071B17
Tints
Lighter variations
1#7EDFCC
2#8DE2D1
3#9BE6D7
4#A9EADD
5#B8EDE2
6#C6F1E8
7#D4F4EE
8#E2F8F4
9#F1FBF9
Tones
Muted variations
1#76D6C3
2#7BD1BF
3#80CBBC
4#86C6B9
5#8BC1B6
6#90BBB3
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 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F4;
--sky-blue-200: #CAF2EA;
--sky-blue-300: #A1E8D9;
--sky-blue-400: #70DBC6;
--sky-blue-500: #47D1B6;
--sky-blue-600: #2DB499;
--sky-blue-700: #248F79;
--sky-blue-800: #1A6657;
--sky-blue-900: #104137;
--sky-blue-950: #0A2923;
}