Teal
#02637E
CyanColor Codes
All color formats for development
HEX
#02637ERGB
rgb(2, 99, 126)HSL
hsl(193, 97%, 25%)OKLCH
oklch(0.465 0.087 224.9)CMYK
cmyk(98%, 21%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025971
2#024F64
3#014558
4#013B4B
5#01313F
6#012832
7#011E26
8#001419
9#000A0D
Tints
Lighter variations
1#0280A3
2#039EC9
3#04BCEF
4#1DCBFC
5#43D4FC
6#68DDFD
7#8EE5FD
8#B4EEFE
9#D9F6FE
Tones
Muted variations
1#085F77
2#0E5C71
3#14586B
4#1B5565
5#21515F
6#274E58
7#2D4A52
8#33474C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FD | BordersInactive statesPlaceholder text |
| 400 | 4FD7 #4FD7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCB #1DCBFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03AE #03AEDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038A #038AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0263 #02637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF7FE;
--teal-200: #BEF0FE;
--teal-300: #8BE5FD;
--teal-400: #4FD7FC;
--teal-500: #1DCBFC;
--teal-600: #03AEDD;
--teal-700: #038AB0;
--teal-800: #02637E;
--teal-900: #013F50;
--teal-950: #012832;
}