Sky Blue
#69E2C6
CyanColor Codes
All color formats for development
HEX
#69E2C6RGB
rgb(105, 226, 198)HSL
hsl(166, 68%, 65%)OKLCH
oklch(0.836 0.117 175.9)CMYK
cmyk(54%, 0%, 12%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDBC
2#31D8B1
3#25C39E
4#20A788
5#1B8B71
6#156F5A
7#105444
8#0B382D
9#051C17
Tints
Lighter variations
1#78E5CC
2#87E8D1
3#96EBD7
4#A5EEDD
5#B4F1E3
6#C3F4E8
7#D2F6EE
8#E1F9F4
9#F0FCF9
Tones
Muted variations
1#6FDCC3
2#75D6C0
3#7BD0BC
4#81CAB9
5#87C4B6
6#8DBEB3
7#94B8AF
8#9AB2AC
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F4;
--sky-blue-200: #C7F4EA;
--sky-blue-300: #9CECDA;
--sky-blue-400: #69E2C6;
--sky-blue-500: #3EDAB6;
--sky-blue-600: #24BC99;
--sky-blue-700: #1D967A;
--sky-blue-800: #146B57;
--sky-blue-900: #0D4538;
--sky-blue-950: #082B23;
}