Sky Blue
#65E7C4
GreenColor Codes
All color formats for development
HEX
#65E7C4RGB
rgb(101, 231, 196)HSL
hsl(164, 73%, 65%)OKLCH
oklch(0.845 0.126 172.7)CMYK
cmyk(56%, 0%, 15%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2B9
2#2BDEAE
3#1FC99C
4#1BAC85
5#168F6F
6#127359
7#0D5643
8#09392C
9#041D16
Tints
Lighter variations
1#74E9CA
2#83ECD0
3#93EED6
4#A2F1DC
5#B2F3E2
6#C1F5E7
7#D1F8ED
8#E0FAF3
9#F0FDF9
Tones
Muted variations
1#6BE0C1
2#72DABE
3#78D3BB
4#7FCDB8
5#85C6B5
6#8CC0B2
7#92B9AF
8#99B3AC
9#9FACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4737 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF3;
--sky-blue-200: #C6F6E9;
--sky-blue-300: #9AEFD8;
--sky-blue-400: #65E7C4;
--sky-blue-500: #38E0B3;
--sky-blue-600: #1EC296;
--sky-blue-700: #189A78;
--sky-blue-800: #116E55;
--sky-blue-900: #0B4737;
--sky-blue-950: #072C22;
}