Sky Blue
#70DBD1
CyanColor Codes
All color formats for development
HEX
#70DBD1RGB
rgb(112, 219, 209)HSL
hsl(174, 60%, 65%)OKLCH
oklch(0.825 0.1 187.4)CMYK
cmyk(49%, 0%, 5%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5C8
2#3BCEBF
3#2EBAAC
4#289F93
5#21857B
6#1B6A62
7#14504A
8#0D3531
9#071B19
Tints
Lighter variations
1#7EDFD5
2#8DE2DA
3#9BE6DF
4#A9EAE3
5#B8EDE8
6#C6F1EC
7#D4F4F1
8#E2F8F6
9#F1FBFA
Tones
Muted variations
1#76D6CC
2#7BD1C8
3#80CBC4
4#86C6BF
5#8BC1BB
6#90BBB7
7#96B6B3
8#9BB0AE
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F6;
--sky-blue-200: #CAF2EE;
--sky-blue-300: #A1E8E1;
--sky-blue-400: #70DBD1;
--sky-blue-500: #47D1C3;
--sky-blue-600: #2DB4A6;
--sky-blue-700: #248F84;
--sky-blue-800: #1A665E;
--sky-blue-900: #10413C;
--sky-blue-950: #0A2926;
}