Sky Blue
#65C4E6
BlueColor Codes
All color formats for development
HEX
#65C4E6RGB
rgb(101, 196, 230)HSL
hsl(196, 72%, 65%)OKLCH
oklch(0.775 0.102 223.9)CMYK
cmyk(56%, 15%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49B9E1
2#2CAEDD
3#209BC8
4#1C85AB
5#176F8F
6#135972
7#0E4256
8#092C39
9#05161D
Tints
Lighter variations
1#75CAE9
2#84D0EB
3#94D6EE
4#A3DBF0
5#B2E1F3
6#C2E7F5
7#D1EDF8
8#E0F3FA
9#F0F9FD
Tones
Muted variations
1#6CC1E0
2#72BED9
3#79BBD3
4#7FB8CC
5#86B5C6
6#8CB2BF
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 #65C4E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB3 #3AB3DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F96 #1F96C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1977 #19779A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1255 #12556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3746 | 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: #65C4E6;
--sky-blue-500: #3AB3DF;
--sky-blue-600: #1F96C1;
--sky-blue-700: #19779A;
--sky-blue-800: #12556E;
--sky-blue-900: #0B3746;
--sky-blue-950: #07222C;
}