Sky Blue
#65E3E7
CyanColor Codes
All color formats for development
HEX
#65E3E7RGB
rgb(101, 227, 231)HSL
hsl(182, 73%, 65%)OKLCH
oklch(0.847 0.111 198.1)CMYK
cmyk(56%, 2%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48DDE2
2#2BD8DE
3#1FC3C9
4#1BA7AC
5#168B8F
6#126F73
7#0D5456
8#093839
9#041C1D
Tints
Lighter variations
1#74E5E9
2#83E8EC
3#93EBEE
4#A2EEF1
5#B2F1F3
6#C1F4F5
7#D1F6F8
8#E0F9FA
9#F0FCFD
Tones
Muted variations
1#6BDCE0
2#72D6DA
3#78D0D3
4#7FCACD
5#85C4C6
6#8CBEC0
7#92B8B9
8#99B2B3
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E3 #65E3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38DA #38DAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBD #1EBDC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1896 #18969A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116B #116B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B45 #0B4547 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0F9FA;
--sky-blue-200: #C6F4F6;
--sky-blue-300: #9AECEF;
--sky-blue-400: #65E3E7;
--sky-blue-500: #38DAE0;
--sky-blue-600: #1EBDC2;
--sky-blue-700: #18969A;
--sky-blue-800: #116B6E;
--sky-blue-900: #0B4547;
--sky-blue-950: #072B2C;
}