Sky Blue
#65CFE7
CyanColor Codes
All color formats for development
HEX
#65CFE7RGB
rgb(101, 207, 231)HSL
hsl(191, 73%, 65%)OKLCH
oklch(0.801 0.103 214.6)CMYK
cmyk(56%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48C6E2
2#2BBDDE
3#1FAAC9
4#1B91AC
5#16798F
6#126173
7#0D4956
8#093039
9#04181D
Tints
Lighter variations
1#74D4E9
2#83D9EC
3#93DDEE
4#A2E2F1
5#B2E7F3
6#C1ECF5
7#D1F1F8
8#E0F5FA
9#F0FAFD
Tones
Muted variations
1#6BCBE0
2#72C7DA
3#78C3D3
4#7FBFCD
5#85BAC6
6#8CB6C0
7#92B2B9
8#99AEB3
9#9FAAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6ED #C6EDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADF #9ADFEF | BordersInactive statesPlaceholder text |
| 400 | 65CF #65CFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C1 #38C1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA4 #1EA4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1883 #18839A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115D #115D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3C #0B3C47 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F5FA;
--sky-blue-200: #C6EDF6;
--sky-blue-300: #9ADFEF;
--sky-blue-400: #65CFE7;
--sky-blue-500: #38C1E0;
--sky-blue-600: #1EA4C2;
--sky-blue-700: #18839A;
--sky-blue-800: #115D6E;
--sky-blue-900: #0B3C47;
--sky-blue-950: #07252C;
}