Sky Blue
#65E7BB
GreenColor Codes
All color formats for development
HEX
#65E7BBRGB
rgb(101, 231, 187)HSL
hsl(160, 73%, 65%)OKLCH
oklch(0.843 0.132 168)CMYK
cmyk(56%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2AF
2#2BDEA2
3#1FC990
4#1BAC7C
5#168F67
6#127352
7#0D563E
8#093929
9#041D15
Tints
Lighter variations
1#74E9C2
2#83ECC9
3#93EED0
4#A2F1D6
5#B2F3DD
6#C1F5E4
7#D1F8EB
8#E0FAF1
9#F0FDF8
Tones
Muted variations
1#6BE0B9
2#72DAB7
3#78D3B5
4#7FCDB3
5#85C6B1
6#8CC0AE
7#92B9AC
8#99B3AA
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FAF1;
--sky-blue-200: #C6F6E6;
--sky-blue-300: #9AEFD3;
--sky-blue-400: #65E7BB;
--sky-blue-500: #38E0A8;
--sky-blue-600: #1EC28C;
--sky-blue-700: #189A6F;
--sky-blue-800: #116E4F;
--sky-blue-900: #0B4733;
--sky-blue-950: #072C20;
}