Sky Blue
#71CCDA
CyanColor Codes
All color formats for development
HEX
#71CCDARGB
rgb(113, 204, 218)HSL
hsl(188, 59%, 65%)OKLCH
oklch(0.794 0.089 208.4)CMYK
cmyk(48%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57C3D4
2#3CBACD
3#30A6B8
4#298E9E
5#227784
6#1B5F69
7#14474F
8#0E2F35
9#07181A
Tints
Lighter variations
1#7FD1DE
2#8DD6E2
3#9CDCE5
4#AAE1E9
5#B8E6ED
6#C6EBF0
7#D4F0F4
8#E3F5F8
9#F1FAFB
Tones
Muted variations
1#76C9D5
2#7CC5D0
3#81C1CB
4#86BDC5
5#8BB9C0
6#91B5BB
7#96B1B6
8#9BADB0
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DE #A2DEE7 | BordersInactive statesPlaceholder text |
| 400 | 71CC #71CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BE #49BED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA1 #2EA1B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2580 #25808E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F5F8;
--sky-blue-200: #CAECF1;
--sky-blue-300: #A2DEE7;
--sky-blue-400: #71CCDA;
--sky-blue-500: #49BED0;
--sky-blue-600: #2EA1B2;
--sky-blue-700: #25808E;
--sky-blue-800: #1A5B65;
--sky-blue-900: #113A41;
--sky-blue-950: #0A2529;
}