Sky Blue
#70DBDB
CyanColor Codes
All color formats for development
HEX
#70DBDBRGB
rgb(112, 219, 219)HSL
hsl(180, 60%, 65%)OKLCH
oklch(0.828 0.099 195.4)CMYK
cmyk(49%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5D5
2#3BCECE
3#2EBABA
4#289F9F
5#218585
6#1B6A6A
7#145050
8#0D3535
9#071B1B
Tints
Lighter variations
1#7EDFDF
2#8DE2E2
3#9BE6E6
4#A9EAEA
5#B8EDED
6#C6F1F1
7#D4F4F4
8#E2F8F8
9#F1FBFB
Tones
Muted variations
1#76D6D6
2#7BD1D1
3#80CBCB
4#86C6C6
5#8BC1C1
6#90BBBB
7#96B6B6
8#9BB0B0
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #CAF2F2;
--sky-blue-300: #A1E8E8;
--sky-blue-400: #70DBDB;
--sky-blue-500: #47D1D1;
--sky-blue-600: #2DB4B4;
--sky-blue-700: #248F8F;
--sky-blue-800: #1A6666;
--sky-blue-900: #104141;
--sky-blue-950: #0A2929;
}