Sky Blue
#65E7C2
GreenColor Codes
All color formats for development
HEX
#65E7C2RGB
rgb(101, 231, 194)HSL
hsl(163, 73%, 65%)OKLCH
oklch(0.845 0.127 171.6)CMYK
cmyk(56%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2B7
2#2BDEAB
3#1FC999
4#1BAC83
5#168F6D
6#127357
7#0D5641
8#09392C
9#041D16
Tints
Lighter variations
1#74E9C8
2#83ECCE
3#93EED4
4#A2F1DA
5#B2F3E0
6#C1F5E7
7#D1F8ED
8#E0FAF3
9#F0FDF9
Tones
Muted variations
1#6BE0BF
2#72DABC
3#78D3BA
4#7FCDB7
5#85C6B4
6#8CC0B1
7#92B9AE
8#99B3AB
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 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C2 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC294 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4736 | 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: #C6F6E8;
--sky-blue-300: #9AEFD7;
--sky-blue-400: #65E7C2;
--sky-blue-500: #38E0B1;
--sky-blue-600: #1EC294;
--sky-blue-700: #189A75;
--sky-blue-800: #116E54;
--sky-blue-900: #0B4736;
--sky-blue-950: #072C22;
}