Sky Blue
#69E2D2
CyanColor Codes
All color formats for development
HEX
#69E2D2RGB
rgb(105, 226, 210)HSL
hsl(172, 68%, 65%)OKLCH
oklch(0.839 0.112 183.8)CMYK
cmyk(54%, 0%, 7%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDCA
2#31D8C2
3#25C3AE
4#20A795
5#1B8B7C
6#156F63
7#10544B
8#0B3832
9#051C19
Tints
Lighter variations
1#78E5D7
2#87E8DB
3#96EBE0
4#A5EEE4
5#B4F1E9
6#C3F4ED
7#D2F6F2
8#E1F9F6
9#F0FCFB
Tones
Muted variations
1#6FDCCE
2#75D6C9
3#7BD0C5
4#81CAC0
5#87C4BC
6#8DBEB8
7#94B8B3
8#9AB2AF
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C7F4EE;
--sky-blue-300: #9CECE2;
--sky-blue-400: #69E2D2;
--sky-blue-500: #3EDAC5;
--sky-blue-600: #24BCA8;
--sky-blue-700: #1D9686;
--sky-blue-800: #146B60;
--sky-blue-900: #0D453D;
--sky-blue-950: #082B26;
}