Sky Blue
#69E0E2
CyanColor Codes
All color formats for development
HEX
#69E0E2RGB
rgb(105, 224, 226)HSL
hsl(181, 68%, 65%)OKLCH
oklch(0.839 0.107 196.8)CMYK
cmyk(54%, 1%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDBDD
2#31D5D8
3#25C0C3
4#20A5A7
5#1B898B
6#156E6F
7#105254
8#0B3738
9#051B1C
Tints
Lighter variations
1#78E3E5
2#87E7E8
3#96EAEB
4#A5EDEE
5#B4F0F1
6#C3F3F4
7#D2F6F6
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#6FDBDC
2#75D5D6
3#7BCFD0
4#81C9CA
5#87C3C4
6#8DBDBE
7#94B7B8
8#9AB1B2
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBEC | BordersInactive statesPlaceholder text |
| 400 | 69E0 #69E0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED8 #3ED8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BA #24BABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D94 #1D9496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F4;
--sky-blue-300: #9CEBEC;
--sky-blue-400: #69E0E2;
--sky-blue-500: #3ED8DA;
--sky-blue-600: #24BABC;
--sky-blue-700: #1D9496;
--sky-blue-800: #146A6B;
--sky-blue-900: #0D4445;
--sky-blue-950: #082A2B;
}