Sky Blue
#65C4E7
BlueColor Codes
All color formats for development
HEX
#65C4E7RGB
rgb(101, 196, 231)HSL
hsl(196, 73%, 65%)OKLCH
oklch(0.776 0.103 224.6)CMYK
cmyk(56%, 15%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48B9E2
2#2BAEDE
3#1F9CC9
4#1B85AC
5#166F8F
6#125973
7#0D4356
8#092C39
9#04161D
Tints
Lighter variations
1#74CAE9
2#83D0EC
3#93D6EE
4#A2DCF1
5#B2E2F3
6#C1E7F5
7#D1EDF8
8#E0F3FA
9#F0F9FD
Tones
Muted variations
1#6BC1E0
2#72BEDA
3#78BBD3
4#7FB8CD
5#85B5C6
6#8CB2C0
7#92AFB9
8#99ACB3
9#9FA9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E9 #C6E9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD8 #9AD8EF | BordersInactive statesPlaceholder text |
| 400 | 65C4 #65C4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B3 #38B3E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E96 #1E96C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1878 #18789A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1155 #11556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3747 | Primary textHigh emphasis contentDark headings |
| 950 | 0722 #07222C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F3FA;
--sky-blue-200: #C6E9F6;
--sky-blue-300: #9AD8EF;
--sky-blue-400: #65C4E7;
--sky-blue-500: #38B3E0;
--sky-blue-600: #1E96C2;
--sky-blue-700: #18789A;
--sky-blue-800: #11556E;
--sky-blue-900: #0B3747;
--sky-blue-950: #07222C;
}