Sky Blue
#71DAC5
CyanColor Codes
All color formats for development
HEX
#71DAC5RGB
rgb(113, 218, 197)HSL
hsl(168, 59%, 65%)OKLCH
oklch(0.819 0.103 178.9)CMYK
cmyk(48%, 0%, 10%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4BB
2#3CCDB0
3#30B89D
4#299E87
5#228470
6#1B695A
7#144F43
8#0E352D
9#071A16
Tints
Lighter variations
1#7FDECB
2#8DE2D1
3#9CE5D7
4#AAE9DC
5#B8EDE2
6#C6F0E8
7#D4F4EE
8#E3F8F3
9#F1FBF9
Tones
Muted variations
1#76D5C2
2#7CD0BF
3#81CBBC
4#86C5B9
5#8BC0B6
6#91BBB2
7#96B6AF
8#9BB0AC
9#A0ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB298 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6556 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F8F3;
--sky-blue-200: #CAF1EA;
--sky-blue-300: #A2E7D9;
--sky-blue-400: #71DAC5;
--sky-blue-500: #49D0B5;
--sky-blue-600: #2EB298;
--sky-blue-700: #258E79;
--sky-blue-800: #1A6556;
--sky-blue-900: #114137;
--sky-blue-950: #0A2923;
}