Sky Blue
#69E2CE
CyanColor Codes
All color formats for development
HEX
#69E2CERGB
rgb(105, 226, 206)HSL
hsl(170, 68%, 65%)OKLCH
oklch(0.838 0.113 181.1)CMYK
cmyk(54%, 0%, 9%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDC5
2#31D8BC
3#25C3A9
4#20A791
5#1B8B78
6#156F60
7#105448
8#0B3830
9#051C18
Tints
Lighter variations
1#78E5D3
2#87E8D8
3#96EBDD
4#A5EEE2
5#B4F1E7
6#C3F4EB
7#D2F6F0
8#E1F9F5
9#F0FCFA
Tones
Muted variations
1#6FDCCA
2#75D6C6
3#7BD0C2
4#81CABE
5#87C4BA
6#8DBEB6
7#94B8B2
8#9AB2AE
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C7F4ED;
--sky-blue-300: #9CECDF;
--sky-blue-400: #69E2CE;
--sky-blue-500: #3EDAC0;
--sky-blue-600: #24BCA3;
--sky-blue-700: #1D9682;
--sky-blue-800: #146B5D;
--sky-blue-900: #0D453B;
--sky-blue-950: #082B25;
}