Sky Blue
#65E7C0
GreenColor Codes
All color formats for development
HEX
#65E7C0RGB
rgb(101, 231, 192)HSL
hsl(162, 73%, 65%)OKLCH
oklch(0.844 0.129 170.6)CMYK
cmyk(56%, 0%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2B4
2#2BDEA8
3#1FC996
4#1BAC80
5#168F6B
6#127356
7#0D5640
8#09392B
9#041D15
Tints
Lighter variations
1#74E9C6
2#83ECCC
3#93EED3
4#A2F1D9
5#B2F3DF
6#C1F5E6
7#D1F8EC
8#E0FAF2
9#F0FDF9
Tones
Muted variations
1#6BE0BD
2#72DABB
3#78D3B8
4#7FCDB5
5#85C6B3
6#8CC0B0
7#92B9AE
8#99B3AB
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4735 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF2;
--sky-blue-200: #C6F6E8;
--sky-blue-300: #9AEFD5;
--sky-blue-400: #65E7C0;
--sky-blue-500: #38E0AE;
--sky-blue-600: #1EC291;
--sky-blue-700: #189A73;
--sky-blue-800: #116E52;
--sky-blue-900: #0B4735;
--sky-blue-950: #072C21;
}