Sky Blue
#69E2BA
GreenColor Codes
All color formats for development
HEX
#69E2BARGB
rgb(105, 226, 186)HSL
hsl(160, 68%, 65%)OKLCH
oklch(0.832 0.124 168.9)CMYK
cmyk(54%, 0%, 18%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDAD
2#31D8A0
3#25C38E
4#20A77A
5#1B8B66
6#156F51
7#10543D
8#0B3829
9#051C14
Tints
Lighter variations
1#78E5C1
2#87E8C8
3#96EBCF
4#A5EED6
5#B4F1DC
6#C3F4E3
7#D2F6EA
8#E1F9F1
9#F0FCF8
Tones
Muted variations
1#6FDCB8
2#75D6B6
3#7BD0B4
4#81CAB2
5#87C4B0
6#8DBEAE
7#94B8AC
8#9AB2AA
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2BA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D966D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4532 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1F9F1;
--sky-blue-200: #C7F4E5;
--sky-blue-300: #9CECD2;
--sky-blue-400: #69E2BA;
--sky-blue-500: #3EDAA6;
--sky-blue-600: #24BC8A;
--sky-blue-700: #1D966D;
--sky-blue-800: #146B4E;
--sky-blue-900: #0D4532;
--sky-blue-950: #082B1F;
}