Sky Blue
#65BBE6
BlueColor Codes
All color formats for development
HEX
#65BBE6RGB
rgb(101, 187, 230)HSL
hsl(200, 72%, 65%)OKLCH
oklch(0.755 0.104 232.1)CMYK
cmyk(56%, 19%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49AFE1
2#2CA2DD
3#2090C8
4#1C7BAB
5#17678F
6#135272
7#0E3E56
8#092939
9#05151D
Tints
Lighter variations
1#75C2E9
2#84C9EB
3#94D0EE
4#A3D6F0
5#B2DDF3
6#C2E4F5
7#D1EBF8
8#E0F1FA
9#F0F8FD
Tones
Muted variations
1#6CB9E0
2#72B7D9
3#79B5D3
4#7FB3CC
5#86B0C6
6#8CAEBF
7#92ACB9
8#99AAB3
9#9FA8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E6 #C6E6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD2 #9AD2EF | BordersInactive statesPlaceholder text |
| 400 | 65BB #65BBE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA8 #3AA8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F8B #1F8BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 196F #196F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124F #124F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B33 #0B3346 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F1FA;
--sky-blue-200: #C6E6F6;
--sky-blue-300: #9AD2EF;
--sky-blue-400: #65BBE6;
--sky-blue-500: #3AA8DF;
--sky-blue-600: #1F8BC1;
--sky-blue-700: #196F9A;
--sky-blue-800: #124F6E;
--sky-blue-900: #0B3346;
--sky-blue-950: #07202C;
}