Sky Blue
#7AD1D1
CyanColor Codes
All color formats for development
HEX
#7AD1D1RGB
rgb(122, 209, 209)HSL
hsl(180, 49%, 65%)OKLCH
oklch(0.806 0.084 195.6)CMYK
cmyk(42%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61C9C9
2#49C1C1
3#3BADAD
4#339494
5#2A7B7B
6#226363
7#194A4A
8#113131
9#081919
Tints
Lighter variations
1#87D6D6
2#95DBDB
3#A2DFDF
4#AFE4E4
5#BDE8E8
6#CAEDED
7#D7F1F1
8#E4F6F6
9#F2FAFA
Tones
Muted variations
1#7ECDCD
2#83C9C9
3#87C4C4
4#8CC0C0
5#90BCBC
6#94B7B7
7#99B3B3
8#9DAEAE
9#A1AAAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AD1 #7AD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54C4 #54C4C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 39A7 #39A7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E85 #2E8585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215F #215F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 153D #153D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E4F6F6;
--sky-blue-200: #CEEEEE;
--sky-blue-300: #A8E1E1;
--sky-blue-400: #7AD1D1;
--sky-blue-500: #54C4C4;
--sky-blue-600: #39A7A7;
--sky-blue-700: #2E8585;
--sky-blue-800: #215F5F;
--sky-blue-900: #153D3D;
--sky-blue-950: #0D2626;
}