Sky Blue
#69E2CC
CyanColor Codes
All color formats for development
HEX
#69E2CCRGB
rgb(105, 226, 204)HSL
hsl(169, 68%, 65%)OKLCH
oklch(0.837 0.114 179.7)CMYK
cmyk(54%, 0%, 10%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDC3
2#31D8B9
3#25C3A6
4#20A78E
5#1B8B77
6#156F5F
7#105447
8#0B382F
9#051C18
Tints
Lighter variations
1#78E5D1
2#87E8D6
3#96EBDB
4#A5EEE1
5#B4F1E6
6#C3F4EB
7#D2F6F0
8#E1F9F5
9#F0FCFA
Tones
Muted variations
1#6FDCC8
2#75D6C4
3#7BD0C1
4#81CABD
5#87C4B9
6#8DBEB5
7#94B8B1
8#9AB2AD
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 #C7F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | 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: #C7F4EC;
--sky-blue-300: #9CECDE;
--sky-blue-400: #69E2CC;
--sky-blue-500: #3EDABE;
--sky-blue-600: #24BCA1;
--sky-blue-700: #1D9680;
--sky-blue-800: #146B5B;
--sky-blue-900: #0D453A;
--sky-blue-950: #082B24;
}