Sky Blue
#70DBC8
CyanColor Codes
All color formats for development
HEX
#70DBC8RGB
rgb(112, 219, 200)HSL
hsl(169, 60%, 65%)OKLCH
oklch(0.822 0.104 180.6)CMYK
cmyk(49%, 0%, 9%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5BD
2#3BCEB3
3#2EBAA0
4#289F89
5#218572
6#1B6A5B
7#145045
8#0D352E
9#071B17
Tints
Lighter variations
1#7EDFCD
2#8DE2D3
3#9BE6D8
4#A9EADE
5#B8EDE3
6#C6F1E9
7#D4F4EE
8#E2F8F4
9#F1FBF9
Tones
Muted variations
1#76D6C4
2#7BD1C1
3#80CBBD
4#86C6BA
5#8BC1B7
6#90BBB3
7#96B6B0
8#9BB0AD
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 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB49B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6658 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104138 | 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: #A1E8DB;
--sky-blue-400: #70DBC8;
--sky-blue-500: #47D1B8;
--sky-blue-600: #2DB49B;
--sky-blue-700: #248F7B;
--sky-blue-800: #1A6658;
--sky-blue-900: #104138;
--sky-blue-950: #0A2923;
}