Sky Blue
#69E2D6
CyanColor Codes
All color formats for development
HEX
#69E2D6RGB
rgb(105, 226, 214)HSL
hsl(174, 68%, 65%)OKLCH
oklch(0.84 0.11 186.6)CMYK
cmyk(54%, 0%, 5%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDCF
2#31D8C7
3#25C3B3
4#20A79A
5#1B8B80
6#156F66
7#10544D
8#0B3833
9#051C1A
Tints
Lighter variations
1#78E5DA
2#87E8DE
3#96EBE3
4#A5EEE7
5#B4F1EB
6#C3F4EF
7#D2F6F3
8#E1F9F7
9#F0FCFB
Tones
Muted variations
1#6FDCD1
2#75D6CD
3#7BD0C8
4#81CAC3
5#87C4BE
6#8DBEB9
7#94B8B4
8#9AB2AF
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C7F4F0;
--sky-blue-300: #9CECE4;
--sky-blue-400: #69E2D6;
--sky-blue-500: #3EDACB;
--sky-blue-600: #24BCAD;
--sky-blue-700: #1D968A;
--sky-blue-800: #146B62;
--sky-blue-900: #0D453F;
--sky-blue-950: #082B27;
}