Sky Blue
#69E2C0
GreenColor Codes
All color formats for development
HEX
#69E2C0RGB
rgb(105, 226, 192)HSL
hsl(163, 68%, 65%)OKLCH
oklch(0.834 0.12 172.3)CMYK
cmyk(54%, 0%, 15%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDB4
2#31D8A9
3#25C396
4#20A781
5#1B8B6B
6#156F56
7#105440
8#0B382B
9#051C15
Tints
Lighter variations
1#78E5C6
2#87E8CD
3#96EBD3
4#A5EED9
5#B4F1E0
6#C3F4E6
7#D2F6EC
8#E1F9F2
9#F0FCF9
Tones
Muted variations
1#6FDCBD
2#75D6BB
3#7BD0B8
4#81CAB6
5#87C4B3
6#8DBEB0
7#94B8AE
8#9AB2AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9674 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4535 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F2;
--sky-blue-200: #C7F4E8;
--sky-blue-300: #9CECD6;
--sky-blue-400: #69E2C0;
--sky-blue-500: #3EDAAE;
--sky-blue-600: #24BC91;
--sky-blue-700: #1D9674;
--sky-blue-800: #146B53;
--sky-blue-900: #0D4535;
--sky-blue-950: #082B21;
}