Sky Blue
#70CBDB
CyanColor Codes
All color formats for development
HEX
#70CBDBRGB
rgb(112, 203, 219)HSL
hsl(189, 60%, 65%)OKLCH
oklch(0.791 0.09 210.2)CMYK
cmyk(49%, 7%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56C2D5
2#3BB8CE
3#2EA5BA
4#288D9F
5#217685
6#1B5E6A
7#144750
8#0D2F35
9#07181B
Tints
Lighter variations
1#7ED0DF
2#8DD6E2
3#9BDBE6
4#A9E0EA
5#B8E5ED
6#C6EAF1
7#D4EFF4
8#E2F5F8
9#F1FAFB
Tones
Muted variations
1#76C7D6
2#7BC4D1
3#80C0CB
4#86BCC6
5#8BB8C1
6#90B5BB
7#96B1B6
8#9BADB0
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 70CB #70CBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47BC #47BCD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9F #2D9FB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247F #247F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #CAECF2;
--sky-blue-300: #A1DDE8;
--sky-blue-400: #70CBDB;
--sky-blue-500: #47BCD1;
--sky-blue-600: #2D9FB4;
--sky-blue-700: #247F8F;
--sky-blue-800: #1A5B66;
--sky-blue-900: #103A41;
--sky-blue-950: #0A2429;
}