Sky Blue
#71CEDA
CyanColor Codes
All color formats for development
HEX
#71CEDARGB
rgb(113, 206, 218)HSL
hsl(187, 59%, 65%)OKLCH
oklch(0.798 0.09 206.4)CMYK
cmyk(48%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57C5D4
2#3CBCCD
3#30A9B8
4#29909E
5#227884
6#1B6069
7#14484F
8#0E3035
9#07181A
Tints
Lighter variations
1#7FD3DE
2#8DD8E2
3#9CDDE5
4#AAE2E9
5#B8E7ED
6#C6EBF0
7#D4F0F4
8#E3F5F8
9#F1FAFB
Tones
Muted variations
1#76CAD5
2#7CC6D0
3#81C2CB
4#86BEC5
5#8BBAC0
6#91B6BB
7#96B2B6
8#9BAEB0
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 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DF #A2DFE7 | BordersInactive statesPlaceholder text |
| 400 | 71CE #71CEDA | Disabled statesSecondary iconsMuted text |
| 500 | 49C0 #49C0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA3 #2EA3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2582 #25828E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113B #113B41 | 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: #CAEDF1;
--sky-blue-300: #A2DFE7;
--sky-blue-400: #71CEDA;
--sky-blue-500: #49C0D0;
--sky-blue-600: #2EA3B2;
--sky-blue-700: #25828E;
--sky-blue-800: #1A5D65;
--sky-blue-900: #113B41;
--sky-blue-950: #0A2529;
}