Sky Blue
#65E7D3
CyanColor Codes
All color formats for development
HEX
#65E7D3RGB
rgb(101, 231, 211)HSL
hsl(171, 73%, 65%)OKLCH
oklch(0.85 0.119 181.7)CMYK
cmyk(56%, 0%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2CB
2#2BDEC3
3#1FC9AF
4#1BAC96
5#168F7D
6#127364
7#0D564B
8#093932
9#041D19
Tints
Lighter variations
1#74E9D8
2#83ECDC
3#93EEE0
4#A2F1E5
5#B2F3E9
6#C1F5EE
7#D1F8F2
8#E0FAF6
9#F0FDFB
Tones
Muted variations
1#6BE0CF
2#72DACA
3#78D3C6
4#7FCDC1
5#85C6BD
6#8CC0B8
7#92B9B3
8#99B3AF
9#9FACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF6;
--sky-blue-200: #C6F6EF;
--sky-blue-300: #9AEFE2;
--sky-blue-400: #65E7D3;
--sky-blue-500: #38E0C7;
--sky-blue-600: #1EC2AA;
--sky-blue-700: #189A87;
--sky-blue-800: #116E60;
--sky-blue-900: #0B473E;
--sky-blue-950: #072C27;
}