Sky Blue
#71DADA
CyanColor Codes
All color formats for development
HEX
#71DADARGB
rgb(113, 218, 218)HSL
hsl(180, 59%, 65%)OKLCH
oklch(0.826 0.098 195.4)CMYK
cmyk(48%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4D4
2#3CCDCD
3#30B8B8
4#299E9E
5#228484
6#1B6969
7#144F4F
8#0E3535
9#071A1A
Tints
Lighter variations
1#7FDEDE
2#8DE2E2
3#9CE5E5
4#AAE9E9
5#B8EDED
6#C6F0F0
7#D4F4F4
8#E3F8F8
9#F1FBFB
Tones
Muted variations
1#76D5D5
2#7CD0D0
3#81CBCB
4#86C5C5
5#8BC0C0
6#91BBBB
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 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DADA | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114141 | 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: #E3F8F8;
--sky-blue-200: #CAF1F1;
--sky-blue-300: #A2E7E7;
--sky-blue-400: #71DADA;
--sky-blue-500: #49D0D0;
--sky-blue-600: #2EB2B2;
--sky-blue-700: #258E8E;
--sky-blue-800: #1A6565;
--sky-blue-900: #114141;
--sky-blue-950: #0A2929;
}