Sky Blue
#76D6D6
CyanColor Codes
All color formats for development
HEX
#76D6D6RGB
rgb(118, 214, 214)HSL
hsl(180, 54%, 65%)OKLCH
oklch(0.818 0.091 195.5)CMYK
cmyk(45%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5CCECE
2#43C7C7
3#35B3B3
4#2E9999
5#268080
6#1E6666
7#174D4D
8#0F3333
9#081A1A
Tints
Lighter variations
1#83DADA
2#91DEDE
3#9FE2E2
4#ADE6E6
5#BAEAEA
6#C8EFEF
7#D6F3F3
8#E4F7F7
9#F1FBFB
Tones
Muted variations
1#7AD1D1
2#7FCCCC
3#84C7C7
4#89C3C3
5#8EBEBE
6#92B9B9
7#97B4B4
8#9CAFAF
9#A1ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E4 #A5E4E4 | BordersInactive statesPlaceholder text |
| 400 | 76D6 #76D6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ECA #4ECACA | Primary brand colorCTAsActive elementsLinks |
| 600 | 34AD #34ADAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2989 #298989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D62 #1D6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133F #133F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFB;
--sky-blue-100: #E4F7F7;
--sky-blue-200: #CCF0F0;
--sky-blue-300: #A5E4E4;
--sky-blue-400: #76D6D6;
--sky-blue-500: #4ECACA;
--sky-blue-600: #34ADAD;
--sky-blue-700: #298989;
--sky-blue-800: #1D6262;
--sky-blue-900: #133F3F;
--sky-blue-950: #0C2727;
}